Open JonJon-Esto opened 1 week ago
Hi, don't forget to update the UERANSIM files configuration using the following command (be sure that all pods of the core network are deployed, 180 seconds in average): python3 update_UERANSIM.py Additionally, make sure that both the UERANSIM gNB and the UERANSIM UE are launched on the same machine, but in different terminals.
Environment: Kubernetes + flannel CNI 1 master, 1 worker
I have followed the steps in the README.md but when running the UE registration, I get the following errors:
[2024-11-15 09:48:26.799] [nas] [error] PDU Session Establishment Reject received [MISSING_OR_UNKNOWN_DNN] [2024-11-15 09:48:27.613] [nas] [debug] Sending PDU Session Establishment Request [2024-11-15 09:48:27.613] [nas] [debug] UAC access attempt is allowed for identity[0], category[MO_sig] [2024-11-15 09:48:27.619] [nas] [error] PDU Session Establishment Reject received [MISSING_OR_UNKNOWN_DNN]
OAI pods:
GNB status logs:
UE status logs:
When I checked the oai-g5-basic and oai-smf values.yaml, I got the following:
I don't see these values ever configured when running the GNB and UE for UERANSIM.
UE command line does not accept any DNN parameter in the config file when inspecting the UE in UERANSIM source code.
Where can we configure DNN?