multi UEs+ZeroMQ+multi gnbs +open5gs #1203
-
I would like to know if it is possible to implement this architecture:multi UEs+ZeroMQ+one gnb +open5gs. Can it currently be achieved using GNU Radio? Is it possible to further expand it into such an architecture:multi UEs+ZeroMQ+multi gnbs +open5gs? I don't want to use physical devices. Is there something similar to ZeroMQ available now that can assist in simulating radio frequencies? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi @wmwwimor, Yes, this architecture is possible. You can use ZMQ and GNU Radio. Here are a couple of pointers:
If you plan to do 5G testing with srsUE and ZMQ, I suggest you use the srsRAN Project gNB instead of the srsRAN 4G gNB. You can find the new gNB code base here. See the following screenshot of a GNU Radio flowgraph that supports a multi-UE scenario with a single gNB: |
Beta Was this translation helpful? Give feedback.
-
I tried to attach 2UEs via Gnuradio at the same time ,I got the following issue in open5gs log : Both ues have RRC connection , but neither of them got an IP address. |
Beta Was this translation helpful? Give feedback.
Hi @wmwwimor,
Yes, this architecture is possible. You can use ZMQ and GNU Radio. Here are a couple of pointers:
If you plan to do 5G testing with srsUE and ZMQ, I suggest you use the srsRAN Project gNB instead of the srsRAN 4G gNB. You can find the new gNB code base here.
See the following screenshot of a GNU Radio flowgraph that supports a multi-UE scenario with a single gNB: