Multiple gNBs on ZMQ set up #561
-
Hi to all, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To connect the 2nd gNB to the same Open5gs running in docker, one need to add a second IP address to the bridge interface connecting to the Open5gs docker container.
You can take the Open5gs subscriber database and the UE configs from our tutorial. Remember to adapt ZMQ ports! |
Beta Was this translation helpful? Give feedback.
To connect the 2nd gNB to the same Open5gs running in docker, one need to add a second IP address to the bridge interface connecting to the Open5gs docker container.
Use the
IP=10.53.1.3
asamf.bind_addr
in the 2nd gNB config.Remember to use different ZMQ ports for the gNB-UE pairs. Also, the UE has to have different IMSI, that need to be added to the Open5gs database.
You can take the Open5gs subscriber database and the UE configs from our tutorial. Remember to adapt ZMQ ports!