laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/33211
)
Change subject: pySim/apdu/ts_31_102.py: Add Rel17 5G NSWO context for GET IDENTITY
......................................................................
pySim/apdu/ts_31_102.py: Add Rel17 5G NSWO context for GET IDENTITY
Change-Id: I6ce5848ca4cf04430be7767e9cb2d18f4c5a5531
---
M pySim/apdu/ts_31_102.py
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/11/33211/1
diff --git a/pySim/apdu/ts_31_102.py b/pySim/apdu/ts_31_102.py
index 7602e50..2200388 100644
--- a/pySim/apdu/ts_31_102.py
+++ b/pySim/apdu/ts_31_102.py
@@ -108,7 +108,7 @@
class UsimGetIdentity(ApduCommand, n='GET IDENTITY', ins=0x78, cla=['8X',
'CX', 'EX']):
_apdu_case = 4
_construct_p2 = BitStruct('scope'/Enum(Flag, mf=0, df_adf_specific=1),
- 'identity_context'/Enum(BitsInteger(7), suci=1))
+ 'identity_context'/Enum(BitsInteger(7), suci=1,
suci_5g_nswo=2))
_tlv_rsp = SUCI_TlvDataObject
ApduCommands = ApduCommandSet('TS 31.102', cmds=[UsimAuthenticateEven,
UsimAuthenticateOdd,
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/33211
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I6ce5848ca4cf04430be7767e9cb2d18f4c5a5531
Gerrit-Change-Number: 33211
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange