Replies: 1 comment 1 reply
-
Your smf.conf contains a TAB on lines 26 and 27, which causes the YAML configuration to be incorrect. 21 pfcp:
22 server:
23 - address: 192.168.83.131
24 client:
25 upf:
26 - address: 192.168.83.130
27 dnn: internet For reference, if this issue is not suspected to be an Open5GS problem, please post your question in the Discussion section. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Issue Description
Hi everyone,
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.
At first, the error in my amf.log file was:
Then, based on Open5GS Issue #859, I modified my nssf.yaml file and added the SD information. However, after this modification, I encountered a new error in amf.log:
I suspected an issue with the SMF, so I checked its status and found that it was not running:
So, is this issue caused by the SMF? How can I properly establish the PDU session?
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:
amf.log
Configuration Files:
open5gs.zip
5、amf.yaml(On Open5GS 5GC C-Plane)
6、nrf.yaml(On Open5GS 5GC C-Plane)
7、smf.yaml(On Open5GS 5GC C-Plane)
8、nssf.yaml(On Open5GS 5GC C-Plane)
9、upf.yaml(On Open5GS 5GC U-Plane)
10、gnb_zmq.yaml
gnb_zmq_yaml.txt
11、ue_zmq.conf
ue_zmq_conf.txt
12、pcap
pcap.zip
13、webui

Beta Was this translation helpful? Give feedback.
All reactions