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 d9d2b941eb2f8f1566767ed4957295fb391a999d (commit) from 19fffa1db760cca15a2689695f3cc14be1933513 (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=d9d2b941eb2f8f1566767ed4957295fb391...
commit d9d2b941eb2f8f1566767ed4957295fb391a999d Author: Harald Welte laforge@gnumonks.org Date: Tue Jan 23 16:20:34 2018 +0100
Revert "pySim-prog: ADM code can be longer 8 digits, it's implementation specific."
This reverts commit a51592e1807c1d13f88b32275aa4a8a77d7d3b40, which broke the use of ADM pins on sysmoUSIM-SJS1 (and possibly others?)
The ADM pins have so far always been specified as ASCII decimal digits, i.e. something like "-a 53204025" gets translated to hex "3533323034303235"
After the above patch this is broken and gets instead translated to "53204025ffffffff" in hex which obviously breaks. Let's revert back to the old behavior to make it work again.
Change-Id: I3d68b7e09938a2fcb7a9a6a31048388cc3141f79
-----------------------------------------------------------------------
Summary of changes: pySim-prog.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org