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, fairwaves/sim-split has been created at e6d4faa6f5abe736bac1a6f3d0cdb7ea848503f0 (commit)
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/pysim/commit/?id=e6d4faa6f5abe736bac1a6f3d0cdb7ea848...
commit e6d4faa6f5abe736bac1a6f3d0cdb7ea848503f0 Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Thu Jan 11 13:27:08 2018 +0900
Checking in pySim-fairwaves-prog.py utility.
This utility is an example utility for programming Fairwaves SIM cards. The original pySim-prog.py utility is already bloated with features and is difficult to modify so we decided to create a leaner and easier to maintain and modify version.
Change-Id: I9f58e1b45d1785d59cef161eab1388332a97936b
http://cgit.osmocom.org/pysim/commit/?id=19fffa1db760cca15a2689695f3cc14be19...
commit 19fffa1db760cca15a2689695f3cc14be1933513 Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Thu Jan 11 13:06:43 2018 +0900
Make derive_milenage_opc and calculate_luhn publicly available through utils.py
Change-Id: I2effc85fd55da0981de0ada74dcb28b7e8e56a01
http://cgit.osmocom.org/pysim/commit/?id=e0d9d88cd57a50b30787a388b1fd56562b0...
commit e0d9d88cd57a50b30787a388b1fd56562b078554 Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Wed Jan 10 14:18:32 2018 +0900
cards: Add Fairwaves SIM implementation.
Change-Id: Ia10ac433d3b0482bdf727c31f65a10042152797b
http://cgit.osmocom.org/pysim/commit/?id=8ad124a0b8e895fc3159bb49d73b981fb9a...
commit 8ad124a0b8e895fc3159bb49d73b981fb9acc2fe Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Wed Jan 10 14:17:55 2018 +0900
cards: Implement card type autodetection based on ATR.
Change-Id: I1099a96626c0ce74243b47a8fdfa25b0d76a1ef3
http://cgit.osmocom.org/pysim/commit/?id=47c73abd041d8dd7dabe237fb1d4c49e028...
commit 47c73abd041d8dd7dabe237fb1d4c49e028f42c0 Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Wed Jan 10 14:10:17 2018 +0900
pySim-prog: Replace magic numbers with a readable EF file name.
Change-Id: Ibda7d5a4132971e884f6d760baf20cd33025a2af
http://cgit.osmocom.org/pysim/commit/?id=a51592e1807c1d13f88b32275aa4a8a77d7...
commit a51592e1807c1d13f88b32275aa4a8a77d7d3b40 Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Wed Jan 10 14:07:30 2018 +0900
pySim-prog: ADM code can be longer 8 digits, it's implementation specific.
E.g. Fairwaves SIM cards have longer ADM codes.
Change-Id: I87d61764eeba4bcf7525ee4778cb8f244930db9b
http://cgit.osmocom.org/pysim/commit/?id=eb6807d3cbff34b79ad14c83f5b72507e13...
commit eb6807d3cbff34b79ad14c83f5b72507e13f46d4 Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Tue Jul 18 17:04:38 2017 +0300
cards: Extend Card class with access functions for some of the standard EF files.
Change-Id: Icb7227fa7ebc837fccab456cbfad529f6ee81a28
http://cgit.osmocom.org/pysim/commit/?id=d2d660a935b93e59769cdfdb7b2201a8c50...
commit d2d660a935b93e59769cdfdb7b2201a8c502e44e Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Tue Jul 18 16:52:25 2017 +0300
Add methods to get ATR for a card or a link.
Implemented for both serial and PCSC readers.
Change-Id: Ic12e4b115d24a8b7e483a5603dd6cec90ad289cc
http://cgit.osmocom.org/pysim/commit/?id=dddbf525da1660b115d0b79f8209355fed7...
commit dddbf525da1660b115d0b79f8209355fed7f5411 Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Tue Jul 18 16:49:59 2017 +0300
utils: Fix documentation. 3+3=6 digits equals 3 bytes, not 6
Change-Id: I2722d788a69976e1c64a9caf6cf3049af27f9a30
http://cgit.osmocom.org/pysim/commit/?id=a5f0ea6979231dad97bfe357fdc9eb1cbaa...
commit a5f0ea6979231dad97bfe357fdc9eb1cbaa2b511 Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Tue Jul 18 16:48:47 2017 +0300
utils: Functions to encode/decode EF SPN.
According to TS 51 011.
Change-Id: Ida184bc5c81cc8c228b8981b703f77d017e53334
http://cgit.osmocom.org/pysim/commit/?id=067f69cade29f08272d2b863986da57f3a1...
commit 067f69cade29f08272d2b863986da57f3a186fa6 Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Tue Jul 18 16:44:26 2017 +0300
ts_51_011: A file with MF/DF/EF constants from TS 51 011
pySim has been using magic numbers to access various files which makes it hard to read, maintain and extend. With this file in place we can start replacing all those magic numbers with human readable names lile EF['IMSI'] instead of ['3F00', '7F20', '6F07'].
Change-Id: I38f5d36d16b41b5d516a6a3e2ec1d09637883932
http://cgit.osmocom.org/pysim/commit/?id=d17ca3ddd83cd8639d27aaf0c88b1ce616c...
commit d17ca3ddd83cd8639d27aaf0c88b1ce616cfc0b6 Author: Alexander Chemeris Alexander.Chemeris@gmail.com Date: Tue Jul 18 16:40:58 2017 +0300
Fix comment: Ki -> OPC
Change-Id: I566cf7bc658c730b4381c0f145bfc4f805cca42a
-----------------------------------------------------------------------
hooks/post-receive
osmocom-commitlog@lists.osmocom.org