Running Multiple "1 gNB 1 UE" scenario with Open5gs Core #229
Replies: 2 comments
-
could you share your gnb configs? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Close as inactive |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 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 5e6f50a) ==--
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 5e6f50a) ==--
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