UE in UERANSIM is unable to connect the Open5gs where every NFs has their TLS enabled: [nas] [error] Initial Registration failed [UE_IDENTITY_CANNOT_BE_DERIVED_FROM_NETWORK] #709
Unanswered
timamghosh30
asked this question in
Q&A
Replies: 0 comments
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.
-
Dear community,
Recently, I deployed Open5gs with UERANSIM on Ubuntu. I deployed Open5gs using 'apt' and UERANSIM by compiling the UERANSIM source codes. The details of the deployments are as follows,
UERANSIM
Open5gs
OS
Due to the requirements of my project, I need to enable the TLS feature of the network functions (NFs) in Open5gs. Before enabling the TLS feature in every NFs in Open5gs, I tested the UERANSIM with Open5gs. In this case, the UE in UERANSIM was able to establish the PDU session and create the uetunsim0 interface.
Thereafter, I changed the config files of each NF in Open5gs, located at /etc/open5gs/, to enable the TLS feature. After changing these config files, I used Wireshark to observe the communications among the NFs. In this context, I observed that the NFs communicate among themselves over TLS. But, I tried to test UERANSIM with TLS-enabled Open5gs, and the UE in UERANSIM could not establish the PDU session. The logs and modified config files are as follows,
UE output:

gNB output:

UE registration details using WebUI:

My observation:
As I am a novice in the domain of Open5gs and UERANSIM, I am not sure whether I misconfigured the NFs or the UERANSIM that creates these issues. Could you please help me out?
Beta Was this translation helpful? Give feedback.
All reactions