aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-read.py
AgeCommit message (Collapse)AuthorFilesLines
2019-04-01sysmo-usim-sjs1: update EF.AD with correct MNC lengthPhilipp Maier1-0/+7
At the moment EF.AD, which contains the length of the MNC is not updated. For two digit MNC (the usual case) this is fine since the length is set to 2 by default. However, when one wants to set an MNC with 3 digit length the file must be updated, otherwise the third digit of the MNC is recognized as part of the MSIN. Change-Id: I827092b2c7f7952f54b2d9f8dbda419a0dbfaf65 Related: OS#3850
2018-10-29pySim-*.py: add command line option for Calypso readerVadim Yanitskiy1-0/+7
Change-Id: Ia895ced62d29e06ae8af05cd95c9d181fb53b9df
2018-10-29pySim-*.py: refactor card reader driver initializationVadim Yanitskiy1-5/+5
This would facilitate adding new card reader drivers. Change-Id: Ia893537786c95a6aab3a51fb1ba7169023d5ef97
2018-07-13pySim-read: read contents of PLMN related files.Philipp Maier1-8/+40
The files EF.PLMNsel, EF.PLMNwAcT, EF.OPLMNwAcT, EF.HPLMNAcT are not yet printed by pysim-read. Lets add support for those files. Change-Id: Ice802033adfa6fc1bccc76da47495eb29c3aef6c Related: SYS#4245
2018-07-13pySim-read: Print exception when reading of EF.MSISDN failsPhilipp Maier1-2/+2
At the moment the exception is catched, but there is only a vague error message printed. However, the exception string usually tells us the status word, so it is very valuable to see it. Lets make sure that the exception string is printed here. Change-Id: Icb30470b1c0eee6a15fc028da820e92bf9ded27a
2017-12-29pySim-*.py: Set shebang to use python v2Pau Espin Pedrol1-1/+1
Nowadays bin/python usually points to python3, and this script is written in python2, which means if run directly from terminal it will fail with some print syntax errors. Change-Id: I6ab4e9edc44a8045915d4828c6de2fa98027fb7e
2013-07-18pySim-read: MISDN is not mandatorySylvain Munaut1-8/+11
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-07-13Add an utility to read data from a SIM card.Alexander Chemeris1-0/+138