Skip to content
Success

Changes

Summary

  1. javacard, cosmetic: fix sourcecode fromatting and improve docstring (details)
  2. global_platform: remove unused code (details)
  3. global_platform: fix command "delete" (details)
  4. global_platform: add spec reference to help of --install-parameters (details)
Commit 9df5e2f17152d17594560e9b9b0754d36cfeb2e3 by pmaier@sysmocom.de
javacard, cosmetic: fix sourcecode fromatting and improve docstring

The line with TAGS is longer than 120 columns and there is some
comment that should be moved to the python docstring.

Related: OS#6679
Change-Id: I1d02098320cfbe17a0eb1bfdcf3bc85034cc8e20
The file was modifiedpySim/javacard.py
Commit 6287db48552634117f1560ad110cac2a4898019e by pmaier@sysmocom.de
global_platform: remove unused code

This commented out part is not needed anymore.

Related: OS#6679
Change-Id: If1de0218f841159789ac86f6a13740c1cbd0a57a
The file was modifiedpySim/global_platform/__init__.py
Commit 2a833b480a644a33a3a322dd5a87a22f4ff2f828 by pmaier@sysmocom.de
global_platform: fix command "delete"

The delete command formats a TPDU, not APDU, which leads to warning messages

Related: OS#6679
Change-Id: Id04c89acbd4f449cb974d3cb05024f11dba4684e
The file was modifiedpySim/global_platform/__init__.py
Commit 6d2e3853b4120cbb0f8589cd0a84c399b28fcd38 by pmaier@sysmocom.de
global_platform: add spec reference to help of --install-parameters

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