s5uishida / open5gs_5gc_srsran_sample_config

Open5GS 5GC & srsRAN 5G with ZeroMQ UE / RAN Sample Configuration
6 stars 1 forks source link

Multi UE setting questions #1

Open lyx623 opened 7 months ago

lyx623 commented 7 months ago

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?