-
Notifications
You must be signed in to change notification settings - Fork 206
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
Unable to connect UE to Open5GS core network, AMF sends Registration Reject #939
Comments
The gNB and UE times do not match the system time of the AMF, but they occur simultaneously.
registration reject:
|
please try with this patch: |
Thank you very much for your response. After removing all the slicing configurations, the UE successfully connected to the core network. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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. The UE successfully connects to the gNodeB but fails to register with the core network. After sending a Registration Request to the AMF, the request is rejected with a Registration Reject message. Eventually, the UE logs show "Received RRC Release." How can I resolve this and successfully connect the UE to the core network?
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
Expected Behavior
The UE should be able to register successfully with the core network, with the AMF accepting the Registration Request.
Actual Behaviour
1、The following output appears on the srsUE terminal:
a@a:~/srsRAN_4G/build/srsue$ sudo ./src/srsue ue_zmq.conf
2、Logs from UE:
ue.log
3、Logs from gNB:
gnb.log
4、Logs from AMF:
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
Steps to reproduce the problem
1、Start the Open5GS core network on VMs with IP addresses 192.168.83.131 and 192.168.83.130.
2、Start the srsRAN gNodeB on VM3 and ensure it connects to the AMF.
3、Start the srsRAN UE on VM4 and attempt to register with the network.
Additional Information
BTW, how can I use Wireshark to capture RRC messages?
The text was updated successfully, but these errors were encountered: