This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A python tool to program magic SIMs".
The branch, master has been updated
via e96048833868faf6167961199b882a0da28b62f9 (commit)
via 4146086d2fd2e1ffae06dfa5c1dece3b742e7648 (commit)
from 3ce84d9a4478768a619a0875dc87319415fdf0a1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/pysim/commit/?id=e96048833868faf6167961199b882a0da2…
commit e96048833868faf6167961199b882a0da28b62f9
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 21 17:24:31 2017 +0100
fix writing of ICCID for sysmo-usim-sjs1
The programming procedure for sysmo-usim-sjs1 lacks
writing the ICCID. This commit adds the missing call
to update_binary()
Change-Id: Ief85aa07c562d8d7b2a6dec302d2f485d0b1e577
http://cgit.osmocom.org/pysim/commit/?id=4146086d2fd2e1ffae06dfa5c1dece3b74…
commit 4146086d2fd2e1ffae06dfa5c1dece3b742e7648
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 21 12:05:30 2017 +0100
Fix select control parameter
sysmo-usim-sjs1 requires P2 to be set to 0x0C (request FCI) when
using the USIM application commands. The FCI is not used by pysim
anyway and might even cause problems with other cards.
This commit adds a pair of get/set methods to the SimCardCommands
class in order to set a default for the selection control
parameters (P1, P2). (Similar to the set/get methods for the class
byte)
The SysmoUSIMSJS1 class now calls the setter method for the
selection control parameters inside of its constructuor and sets
the selection control parameter default to "000C". This way we
can be sure that we only change the behaviour for sysmo-usim-sjs1
and do not break support for any other cards.
Change-Id: I1993a267c952bf37d5de1cb4e1107f445614c17b
-----------------------------------------------------------------------
Summary of changes:
pySim/cards.py | 15 ++++++++-------
pySim/commands.py | 9 ++++++++-
2 files changed, 16 insertions(+), 8 deletions(-)
hooks/post-receive
--
A python tool to program magic SIMs