UERANSIM
UERANSIM copied to clipboard
[Discussion] Identify on which UE to trigger a rrcRelease
Hi @aligungr,
the gnb part of ueRANSIM allows us to trigger a rrcRelease on a simulated UE but how do we know which UE is which?
Currently when I simulate several UEs, I can identify them in the UE part of ueRANSIM by their IMSI but on the gNodeb side I can't do such.
ue-list in the gnb returns me this:
$ ue-list
- ue-id: 1
ran-ngap-id: 1
amf-ngap-id: 226
whereas on the UE side I can get these info:
$ info
supi: imsi-208900000000006
hplmn: 208/90
imei: 356938035643803
imeisv: 4370816125816151
ecall-only: false
uac-aic:
mps: false
mcs: false
uac-acc:
normal-class: 0
class-11: false
class-12: false
class-13: false
class-14: false
class-15: false
is-high-priority: false
--------------------------------------------------------------------------------------------
$ status
cm-state: CM-CONNECTED
rm-state: RM-REGISTERED
mm-state: MM-REGISTERED/NORMAL-SERVICE
5u-state: 5U1-UPDATED
sim-inserted: true
selected-plmn: 208/90
current-cell: 1
current-plmn: 208/90
current-tac: 1
last-tai: PLMN[208/90] TAC[1]
stored-suci: no-identity
stored-guti:
plmn: 208/90
amf-region-id: 0xca
amf-set-id: 1016
amf-pointer: 0
tmsi: 0x000000e1
has-emergency: false
I was expecting maybe to find the ran-ngap-id but that might not be 3GPP compliant? How can we identify the relation between a UE and its gNB?
Thanks for your help