-
Notifications
You must be signed in to change notification settings - Fork 305
Description
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.