Replies: 2 comments 1 reply
-
Hey @bojanHub, did you find any work around ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
my workaround was what I have already posted - additional code is inside marks **. I just deleted defaultSessions after PDU session is established. On this way new session is not automatically reestablished. But I didn't check if there were any changes in ueransim code in the last year. |
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
-
As I see in src/ue/nas/sm/resource.cpp - NasSm::establishRequiredSessions - PDU session is automatically generated if it is configured in config->defaultSessions and currently is PDU session not established.
I like it for first PDU session creation after UE registration but if I stop PDU session from CLI I would not like to established it again automatically.
Is there any option/configuration that in the second case (after CLI PDU release) PDU session will not be established again?
Currently for test I change source code in the following way to delete defaultSessions after creation of sessions to prevent PDU session to be established again but I would prefer some official solution:
Beta Was this translation helpful? Give feedback.
All reactions