We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: