Initial REGISTRATION with Default configured NSSAI indication bit set to "Requested NSSAI created from default configured NSSAI" in Network slicing indication IE #616
Unanswered
laurent-dubesset
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
-
Hello,
I'd like to test the case below defined in TS 24.501 clause 5.5.1.2.2 Initial registration initiation
If the UE has neither allowed NSSAI for the current PLMN nor configured NSSAI for the current PLMN and has a
default configured NSSAI, the UE shall:
a) include the S-NSSAI(s) in the Requested NSSAI IE of the REGISTRATION REQUEST message using the
default configured NSSAI; and
b) include the Network slicing indication IE with the Default configured NSSAI indication bit set to "Requested
NSSAI created from default configured NSSAI" in the REGISTRATION REQUEST message.
We have removed Configured NSSAI values, set Default configured Default NSSAI with sNSSAI value [sst: 0x01;sd: 0x000001] and performed an initial registration with UERANSIM.
As expected the Requested NSSAI in the NAS REGISTRATION REQUEST message contains the Default configured NSSAI but the Network slicing indication IE is missing in the message.
Before this test we have run some others with the same IMSI so I wonder if there is any Allowed NSSAI stored for that IMSI somewhere that prevents UERANSIM logic to send the Network Slicing indication.
If so can you tell me how to delete the stored Allowed NSSAI?
Thanks
Here is configuration file content.
imsI number of the UE. IMSI = [MCC|MNC|MSISDN] (In total 15 digits)
supi: 'imsi-208019908999999'
Mobile Country Code value of HPLMN
mcc: '208'
Mobile Network Code value of HPLMN (2 or 3 digits)
mnc: '01'
Routing indicator
Routing-Indicator: '9980'
Permanent subscription key
key: '00000000000000000000000000000000'
Operator code (OP or OPC) of the UE
#op: '66E94BD4EF8A2C3B884CFA59CA342B2E'
#op: 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF'
op: '66E94BD4EF8A2C3B884CFA59CA342B2E'
This value specifies the OP type and it can be either 'OP' or 'OPC'
opType: 'OPC'
Authentication Management Field (AMF) value
amf: '8000'
IMEI number of the device. It is used if no SUPI is provided
imei: '356938035643803'
IMEISV number of the device. It is used if no SUPI and IMEI is provided
imeiSv: '1031014000003000'
List of gNB IP addresses for Radio Link Simulation
gnbSearchList:
UAC Access Identities Configuration
uacAic:
mps: false
mcs: false
UAC Access Control Class
uacAcc:
normalClass: 0
class11: false
class12: false
class13: false
class14: false
class15: false
Initial PDU sessions to be established
sessions:
apn: 'perf'
slice:
sst: 0x01
sd: 0x000001
Configured NSSAI for this UE by HPLMN
#configured-nssai:
- sst: 0x01
sd: 0x000001
- sst: 0x01
sd: 0x000002
- sst: 0x01
sd: 0x000003
Default Configured NSSAI for this UE
default-nssai:
sd: 0x000001
Supported integrity algorithms by this UE
integrity:
IA1: true
IA2: true
IA3: true
Supported encryption algorithms by this UE
ciphering:
EA1: false
EA2: false
EA3: false
Integrity protection maximum data rate for user plane
integrityMaxRate:
uplink: 'full'
downlink: 'full'
Thanks
Beta Was this translation helpful? Give feedback.
All reactions