I have two yaml files for the same UE, each of them access a different network slice (S1,S2), when I run both files, the UE access the two network slices at the same time without any problem.
This is the problem: when I execute the command nr-cli -D, it shows two time the name of the same UE (it makes sense because I am running the UE in two different files). for instance:
IMSI-2984300001
IMSI-2984300001
Then, I need to release the PDU session S1, but when I execute the command nr-cli IMSI-2984300001, it opens the shell for the file that has the second slice (S2).
How can I access S1 if I am executed the same UE using two yaml files? or how can I differentiate the slices in this case?
A second issue here is that when I type “ps-release 1” to release the UE, effectively, it is done but then I PDU session re-establishment procedure is triggered, creating a new PDU session for the UE, when what I really want is to release it, without creating a new PDU session.
I really appreciate your help whit these issues.