Skip to content

Commit

Permalink
pySim/apdu/ts_31_102.py: Add Rel17 5G NSWO context for GET IDENTITY
Browse files Browse the repository at this point in the history
Change-Id: I6ce5848ca4cf04430be7767e9cb2d18f4c5a5531
  • Loading branch information
laf0rge committed Jun 7, 2023
1 parent b0e0dce commit 1de62c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pySim/apdu/ts_31_102.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class UsimAuthenticateOdd(ApduCommand, n='AUTHENTICATE', ins=0x89, cla=['0X', '4
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,
Expand Down

0 comments on commit 1de62c4

Please sign in to comment.