Multi gNBs to a single UE in ZMQ #905
-
I was wondering if its possible to setup multiple gNBs to connect to a single UE. I was following this not using docker but everything runs on localhost. I changed the
The gNBs connect to the core, but the UE is stuck at Do I have to add the bridge as below? If so, how do I do this on localhost
I have also attached ue_.log |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Did you connect 2 gnbs and a UE over a gnuradio signal broker? You cannot directly connect one UE to multiple GNBs. |
Beta Was this translation helpful? Give feedback.
Did you connect 2 gnbs and a UE over a gnuradio signal broker? You cannot directly connect one UE to multiple GNBs.
Also, since both have to be on the same EARFCN, you will probably have to apply a much bigger path loss to one of them.
Similar as done here for the 4G handover.
Note that srsUE does not support 5G HO.