-
Notifications
You must be signed in to change notification settings - Fork 241
RRC released for ZMQ setup #1076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Did you start any traffic between the UE and the core (e.g., ping)? |
No, after I started the UE, the connection dropped after about ten seconds, so I didn't start any traffic. Also, I found that my SMF is not working. I checked its status and here is what it shows:
|
If the UE is inactive, it will be released. You can start pinging any IP (e.g. 8.8.8.8) so the connection will be kept. |
After running sudo ./src/srsue ue_zmq.conf, I opened another window to ping 8.8.8.8, but it still got released. |
and the reason is the same. |
Is the UE assigned an IP address? It should print sth like this:
|
My PDU setup failed, and the UE did not get an IP address.
In the amf.log print:
How can I solve this problem? |
It seems there is some mismatch between the UE database in open5gs, and what UE sends. Did you set the slice for the UE in the Open5gs? |
This is my Subscriber Configuration. How can I set the slice for the UE in the Open5gs? In my ue_zmq.conf, I delete the slice configuration, because of this: I find the same situation in #479. (last comment, HTTP response error [403]) |
I found two reasons causing this issue:
The correct configuration should be:
2、My SMF was not starting because I mistakenly used tabs instead of spaces on lines 26 and 27 in the configuration file. Replacing tabs with spaces fixed the issue. |
Issue Description
I am using Open5GS as the core network and srsRAN to set up the gNodeB and UE, with ZeroMQ for communication between the gNodeB and UE. However, after the UE establishes an RRC connection, it disconnects approximately ten seconds later. Upon reviewing the gNB logs, I discovered that the PDU session establishment is timing out. I seek guidance on resolving this issue to enable the UE to successfully establish and maintain a continuous PDU session with the AMF.
Setup Details
The setup consists of four virtual machines, each running Ubuntu 22.04. The details are as follows:
1、Open5GS Control Plane (5GC C-Plane): IP Address: 192.168.83.131
2、Open5GS User Plane (5GC U-Plane): IP Address: 192.168.83.130
3、srsRAN Project ZMQ RAN (gNodeB): IP Address: 192.168.83.136
4、srsRAN 4G ZMQ UE (NR-UE): IP Address: 192.168.83.137
Actual Behaviour
1、The following output appears on the srsUE terminal:


2、Logs from UE:
ue.log
3、Logs from gNB:
gnb.log
4、Logs from AMF:
The logs generated after approximately 17:30 correspond to my most recent experiments.
amf.log
Configuration Files:
5、amf.yaml(On Open5GS 5GC C-Plane)
amf_yaml.txt
6、nrf.yaml(On Open5GS 5GC C-Plane)
nrf_yaml.txt
7、smf.yaml(On Open5GS 5GC C-Plane)
smf_yaml.txt
8、upf.yaml(On Open5GS 5GC U-Plane)
upf_yaml.txt
9、gnb_zmq.yaml
gnb_zmq_yaml.txt
10、ue_zmq.conf
ue_zmq_conf.txt
Additional Information
My issue is identical to the one described in srsRAN_Project Issue #589. I attempted the suggested solution by setting the APN to 'srsapn' in both the AMF's subscriber configuration and the ue_zmq.conf file, but it did not resolve the problem. Additionally, I observed that the 'DNN Not Supported OR Not Subscribed in the Slice' error appears in the AMF logs only when there is a mismatch between the APN settings in the subscriber configuration and ue_zmq.conf. Currently, I am not encountering this error, yet the connection still drops.
The text was updated successfully, but these errors were encountered: