dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/37919?usp=email )
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(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/19/37919/1
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