Skip to content

Multiple gNBs on ZMQ set up #561

Closed Answered by pgawlowicz
christsaks asked this question in General Help
Discussion options

You must be logged in to vote

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.

  1. Get the name of the Open5gs docker bridge:
ip -o addr show | grep "10.53.1.1"
  1. Add a second IP address to the bridge:
sudo ip addr add 10.53.1.3/24 dev BRIDGE_NAME
  1. Use the IP=10.53.1.3 as amf.bind_addr in the 2nd gNB config.

  2. 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!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@christsaks
Comment options

Answer selected by pgawlowicz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants