multi UEs+ZeroMQ+multi gnbs +open5gs #131
-
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: 3 comments 19 replies
-
See answer to the same question here: srsran/srsRAN_4G#1203 (comment) |
Beta Was this translation helpful? Give feedback.
-
Can I ask a follow up question here please. I have tried implementing the above suggestion, using a GNURadio flowgraph to connect two UEs. I am running a 5G SA gNB using the srsRAN_Project. I can connect a single UE to the gNB, using ZeroMQ. It connects, my UE gets an IP address and I can ping the UE from the UPF and vice versa so my basic setyup is working. I have configured a second UE, setup a second namespace, allocated a second IMSI etc. When I start the flowgraph, the UEs attach and I get RRC connected. However neither gets an IP address - I don't see "PDU Session Establishment successful". The issue seems to be that each UE gets the same ra-rnti and c-rnti number as below : UE1 UE2 I think this is because each UE is connecting at the same time to the gNB. If I add a delay block into one of the UE paths in the flowgraph, I can get one UE to successfully get an IP address, although both UEs still get the same ra-rnti and c-rnti numbers. UE1 UE2 Is there something else I need to configure? My understanding was that if two UEs try to connect to the gNB at the same time, they should each implement a random back off and try again. Thanks |
Beta Was this translation helpful? Give feedback.
-
Could you share configs that you use for each UE? You can also have a look at this tutorial: It uses the srsenb (4G), but it should be possible to connect the new gnb (5G) using the same approach. |
Beta Was this translation helpful? Give feedback.
See answer to the same question here: srsran/srsRAN_4G#1203 (comment)