ZMQ multi srsUE scenario stopped working ! #1389
Unanswered
yassir63
asked this question in
General Help
Replies: 1 comment
-
|
Facing the same issue here :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue on connecting multiple UEs — same as #758 (ZMQ, Open5GS) but solution doesn’t work on latest gNB
💬 Message:
Hi everyone,
I’m encountering kind of the same issue described in [#758 — “Issue on connecting multiple UEs”], originally discussed in August 2024, but the proposed solution there doesn’t solve it for me on the latest gNB build.
With the old gNB version (and its previous config format), I could easily attach up to 10 UEs simultaneously without any issues.
After updating to the latest gNB (commit 6a2f612, branch main) and migrating to the new configuration format (cu_cp, cu_up, ru_sdr), I can attach at most two UEs.
Any additional UEs remain stuck in repeated PRACH transmissions and never reach RRC setup — and sometimes only one connects intermittently.
Plus, If I connect only two ues, they connect with no problems but anything more doesn't work !
While deploying the scenario, we tried both running everything on one server or separating the Core and RAN part on two different servers to have enough ressources.
⚙️ Setup
📄 Symptom
When launching more than two UEs, they show continuous PRACH activity and never complete attach:
The same setup, ports, and AMF configuration worked perfectly with the older gNB release (up to 10 UEs attached reliably).
⸻
✅ Old (working) gNB config
⸻
❌ New (failing) gNB config
You may also see the Dockerfile used to build the gNB which is ZMQ enabled :
Dockerfile.txt
In my case, I generate the ue_conf with the following script generate_ue_conf.py and handle the multi_ue scenario with the following script multi_ue_scenario.py giving the number of ues I would like to connect at once.
❓ Question
Has something changed in how the latest gNB handles PRACH or contention resolution when multiple UEs attempt access simultaneously over ZMQ?
The workaround suggested in #758 unfortunately doesn’t help in my case — the limit remains at two UEs, while the old gNB handled ten without issue.
Any insights or confirmation from others who have managed to connect more than two UEs on the latest main branch (ZMQ mode) would be greatly appreciated.
Thanks a lot!
Yassir
Beta Was this translation helpful? Give feedback.
All reactions