Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi UE setting questions #1

Open
lyx623 opened this issue Jan 29, 2024 · 0 comments
Open

Multi UE setting questions #1

lyx623 opened this issue Jan 29, 2024 · 0 comments

Comments

@lyx623
Copy link

lyx623 commented Jan 29, 2024

Hi, your work help me a lot. Big thanks!

May I ask do you know how to set two UEs connect to same gNB in this environment?
I have tried opening two ports on this, but it can not work:

gNB:
device_args: fail_on_disconnect=true,tx_port0=tcp://127.0.0.1:2000,rx_port0=tcp://127.0.0.1:2001,tx_port1=tcp://127.0.0.1:2100,rx_port1=tcp://127.0.0.1:2101,base_srate=23.04e6 # Optionally pass arguments to the selected RF driver.

UE1:
device_args = fail_on_disconnect=true,tx_port=tcp://127.0.0.1:2001,rx_port=tcp://127.0.0.1:2000,base_srate=23.04e6

UE2:
device_args = fail_on_disconnect=true,tx_port=tcp://127.0.0.1:2101,rx_port=tcp://127.0.0.1:2100,base_srate=23.04e6

Maybe srsgNB only listening one port?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant