Skip to content
Success

Changes

Summary

  1. global_platform: fix help description for establish_scp03 (details)
  2. global_platform: use scp_key_identity ICCID for ADF.ISD (details)
Commit 1034a9749f377d7e11393bf0bf7d1454a113ba87 by pmaier@sysmocom.de
global_platform: fix help description for establish_scp03

The argument parser object for establish_scp03 (est_scp03_parser) is
copied from est_scp02_parser. This object still has the .description
property set, which is the description for establish_scp02. To get
the description string that is defined in do_establish_scp03, we must
remove the old description string first.

Related: OS#6531
Change-Id: Ibb26bddf88b2e644a7f0c6b2a06bde228aa8afc7
The file was modifiedpySim/global_platform/__init__.py
Commit cc4c021bb16c9a26581ac9efb13a4348a9f1b70e by pmaier@sysmocom.de
global_platform: use scp_key_identity ICCID for ADF.ISD

Related: OS#6531
Change-Id: I73a6f7088321a2b703074aa5228910709050cab2
The file was modifiedpySim/global_platform/__init__.py