dexter has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/37919?usp=email )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: global_platform: use scp_key_identity ICCID for ADF.ISD ......................................................................
global_platform: use scp_key_identity ICCID for ADF.ISD
Related: OS#6531 Change-Id: I73a6f7088321a2b703074aa5228910709050cab2 --- M pySim/global_platform/__init__.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/pySim/global_platform/__init__.py b/pySim/global_platform/__init__.py index ecdc6b3..308a32a 100644 --- a/pySim/global_platform/__init__.py +++ b/pySim/global_platform/__init__.py @@ -894,6 +894,7 @@ # application using '00a4040000' and then parse the response FCI to get the ISD AID def __init__(self, aid='a000000003000000'): super().__init__(aid=aid, name='ADF.ISD', desc='Issuer Security Domain') + self.adf.scp_key_identity = 'ICCID'
#class CardProfileGlobalPlatform(CardProfile): # ORDER = 23