You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run multiple gnBs connected to one UE each. I have different config files for all the UEs and gNBs but the problem I am facing right now is that the first gNB connects successfully and second one tries to bind the UDP socket to the same address and port number as the first one. So my question here is:
Does the 5G Open5GS core allow multiple gNB connections?
Is there a way to connect multiple gNBs on different ports to the same Open5gs core?
My console output for both gNBs:
Successfully connected first gNB:
Lower PHY in executor blocking mode.
--== srsRAN gNB (commit 5e6f50a20) ==--
Connecting to AMF on 127.0.0.5:38412
Available radio types: zmq.
Cell pci=1, bw=10 MHz, dl_arfcn=368500 (n3), dl_freq=1842.5 MHz, dl_ssb_arfcn=368410, ul_freq=1747.5 MHz
==== gNodeB started ===
Second gNB with error:
Lower PHY in executor blocking mode.
--== srsRAN gNB (commit 5e6f50a20) ==--
Connecting to AMF on 127.0.0.5:38412
Failed to bind UDP socket to 127.0.0.5:2152. Address already in use
Available radio types: zmq.
Cell pci=1, bw=10 MHz, dl_arfcn=368500 (n3), dl_freq=1842.5 MHz, dl_ssb_arfcn=368410, ul_freq=1747.5 MHz
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to run multiple gnBs connected to one UE each. I have different config files for all the UEs and gNBs but the problem I am facing right now is that the first gNB connects successfully and second one tries to bind the UDP socket to the same address and port number as the first one. So my question here is:
My console output for both gNBs:
Lower PHY in executor blocking mode.
--== srsRAN gNB (commit 5e6f50a20) ==--
Connecting to AMF on 127.0.0.5:38412
Available radio types: zmq.
Cell pci=1, bw=10 MHz, dl_arfcn=368500 (n3), dl_freq=1842.5 MHz, dl_ssb_arfcn=368410, ul_freq=1747.5 MHz
==== gNodeB started ===
Lower PHY in executor blocking mode.
--== srsRAN gNB (commit 5e6f50a20) ==--
Connecting to AMF on 127.0.0.5:38412
Failed to bind UDP socket to 127.0.0.5:2152. Address already in use
Available radio types: zmq.
Cell pci=1, bw=10 MHz, dl_arfcn=368500 (n3), dl_freq=1842.5 MHz, dl_ssb_arfcn=368410, ul_freq=1747.5 MHz
==== gNodeB started ===
Beta Was this translation helpful? Give feedback.
All reactions