mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-08-09 23:37:10 +03:00
saip/personalization: add EuiccMandatoryServiceParam for 3 services
Even though the eUICC-Mandatory-services are always set by saip.PES.rebuild_mandatory_services(), these new params are useful to audit and validate the values as present in a given DER. Change-Id: Icddeb2488c4a024c6ee5afcc1b6c8cc0e436c43c
This commit is contained in:
@@ -214,6 +214,36 @@ ok: TS48v5_SAIP2.1B_NoBERTLV.der MncLen(val=3:int)
|
||||
previous value: ['2']
|
||||
read_back_val={'MNC-LEN': '3'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.1B_NoBERTLV.der EuiccMandatoryServiceGetIdentity(val='mandatory':str)
|
||||
clean_val=True:bool
|
||||
previous value: ['optional']
|
||||
read_back_val={'5G-eUICC-get-identity': 'mandatory'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.1B_NoBERTLV.der EuiccMandatoryServiceGetIdentity(val='optional':str)
|
||||
clean_val=False:bool
|
||||
previous value: ['optional']
|
||||
read_back_val={'5G-eUICC-get-identity': 'optional'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.1B_NoBERTLV.der EuiccMandatoryServiceProfileA(val='mandatory':str)
|
||||
clean_val=True:bool
|
||||
previous value: ['optional']
|
||||
read_back_val={'5G-eUICC-profile-a-x25519': 'mandatory'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.1B_NoBERTLV.der EuiccMandatoryServiceProfileA(val='optional':str)
|
||||
clean_val=False:bool
|
||||
previous value: ['optional']
|
||||
read_back_val={'5G-eUICC-profile-a-x25519': 'optional'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.1B_NoBERTLV.der EuiccMandatoryServiceProfileB(val='mandatory':str)
|
||||
clean_val=True:bool
|
||||
previous value: ['optional']
|
||||
read_back_val={'5G-eUICC-profile-b-p256': 'mandatory'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.1B_NoBERTLV.der EuiccMandatoryServiceProfileB(val='optional':str)
|
||||
clean_val=False:bool
|
||||
previous value: ['optional']
|
||||
read_back_val={'5G-eUICC-profile-b-p256': 'optional'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.1B_NoBERTLV.der SuciActive(val='SUCI-on':str)
|
||||
clean_val=True:bool
|
||||
previous value: ['SUCI-on']
|
||||
@@ -1134,6 +1164,36 @@ ok: TS48v5_SAIP2.3_NoBERTLV.der MncLen(val=3:int)
|
||||
previous value: ['2']
|
||||
read_back_val={'MNC-LEN': '3'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.3_NoBERTLV.der EuiccMandatoryServiceGetIdentity(val='mandatory':str)
|
||||
clean_val=True:bool
|
||||
previous value: ['mandatory']
|
||||
read_back_val={'5G-eUICC-get-identity': 'mandatory'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.3_NoBERTLV.der EuiccMandatoryServiceGetIdentity(val='optional':str)
|
||||
clean_val=False:bool
|
||||
previous value: ['mandatory']
|
||||
read_back_val={'5G-eUICC-get-identity': 'optional'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.3_NoBERTLV.der EuiccMandatoryServiceProfileA(val='mandatory':str)
|
||||
clean_val=True:bool
|
||||
previous value: ['mandatory']
|
||||
read_back_val={'5G-eUICC-profile-a-x25519': 'mandatory'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.3_NoBERTLV.der EuiccMandatoryServiceProfileA(val='optional':str)
|
||||
clean_val=False:bool
|
||||
previous value: ['mandatory']
|
||||
read_back_val={'5G-eUICC-profile-a-x25519': 'optional'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.3_NoBERTLV.der EuiccMandatoryServiceProfileB(val='mandatory':str)
|
||||
clean_val=True:bool
|
||||
previous value: ['mandatory']
|
||||
read_back_val={'5G-eUICC-profile-b-p256': 'mandatory'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.3_NoBERTLV.der EuiccMandatoryServiceProfileB(val='optional':str)
|
||||
clean_val=False:bool
|
||||
previous value: ['mandatory']
|
||||
read_back_val={'5G-eUICC-profile-b-p256': 'optional'}:{str}
|
||||
|
||||
ok: TS48v5_SAIP2.3_NoBERTLV.der SuciActive(val='SUCI-on':str)
|
||||
clean_val=True:bool
|
||||
previous value: ['SUCI-on']
|
||||
|
||||
Reference in New Issue
Block a user