aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-01cards.py: Add generic function to read EF record in card classSupreeth Herle1-0/+4
2020-04-01cards.py: Add generic function to read EF binary to card classSupreeth Herle1-0/+4
2020-03-22Move parsing of GID2 to generic Card classSupreeth Herle2-1/+8
2020-03-22Move parsing of GID1 to generic Card classSupreeth Herle2-1/+8
2020-03-22pySim-read.py: Use the method declared in cards.py to read IMSISupreeth Herle1-2/+2
2020-03-22pySim-read.py: Use the method declared in cards.py to read ICCIDSupreeth Herle1-2/+2
2020-03-22pySim-read.py: Added a common card detection function for both pySim-prog.py ...Supreeth Herle9-36/+44
2020-03-19cards.py: Added parsing of all the AIDs in the UICCSupreeth Herle1-0/+15
2020-03-13pySim-read.py: support for reading GID2 from SIMSupreeth Herle7-0/+16
2020-03-13pySim-read.py: support for reading GID1 from SIMSupreeth Herle7-0/+16
2020-03-11sysmoISIM-SJA2: Add suport for USIM-only and ISIM-only cardsPhilipp Maier1-10/+12
2020-03-11sysmiISIM-SJA2: add support for new card model / os versionPhilipp Maier1-0/+5
2020-02-27cards: Python 3 fix: use the floor division operator //Vadim Yanitskiy1-4/+4
2020-02-27commands: Python 3 fix: properly distinguish str and listVadim Yanitskiy1-8/+2
2020-02-27transport/pcsc: explicitly specify T0 protocolVadim Yanitskiy1-1/+5
2020-02-27transport/pcsc: cosmetic: reuse the existing code of PcscSimLinkVadim Yanitskiy1-5/+2
2020-02-27utils: fix dec_msisdn(): properly detect international numbersVadim Yanitskiy1-1/+1
2020-02-15Py2 -> Py3: use the floor division operator // where possibleVadim Yanitskiy3-12/+12
2020-02-15pySim-read.py: do not import json, it is not neededVadim Yanitskiy1-6/+0
2020-02-15pySim-prog.py: add support for MSISDN programmingSupreeth Herle7-3/+57
2020-02-15pySim-read.py: fix reading and parsing of EF.MSISDNSupreeth Herle4-5/+48
2020-02-15Fix MCC and MCC representation in the output of pySim-readSupreeth Herle5-23/+48
2020-02-15cards/sysmoUSIM-SJS1: support programming of EF.HPLMNwAcTSupreeth Herle1-0/+6
2020-02-15cards/sysmoUSIM-SJS1: support programming of ACC bitsSupreeth Herle1-0/+3
2020-02-15cards: fix reading of EF.HPLMNwAcT in Card.update_hplmn_act()Supreeth Herle1-2/+2
2020-02-15cards: cosmetic/indentation fix: use tabs, not spacesSupreeth Herle1-1/+1
2020-02-15pySim-prog.py: add presence/length checks for user-provided SPNSupreeth Herle2-2/+7
2020-02-15pySim-read.py: print meaningful message when SPN is not setSupreeth Herle3-3/+5
2020-02-14pySim-read.py: fix copy-paste: s/HPLMNAcT/PLMNsel/Vadim Yanitskiy1-1/+1
2020-02-14Fix compatibility with Python 3: print() is a functionVadim Yanitskiy5-51/+51
2020-02-14testdata/sysmoUSIM-SJS1.ok: make it match the actual EF.HPLMNAcTVadim Yanitskiy1-12/+12
2020-01-21Fix file permissionSupreeth Herle1-0/+0
2020-01-21Added feature to program SPN into sysmoUSIM-SJS1 SIM cardsSupreeth Herle2-3/+7
2020-01-21Added feature to read Service Provider Name (SPN) from the SIM cardSupreeth Herle7-1/+30
2019-12-31cards: Add support for sysmo-isim-sja2Philipp Maier4-1/+199
2019-12-31Fixup: Fix automated testsPhilipp Maier1-2/+5
2019-12-20commands: fix __record_len()Philipp Maier1-7/+9
2019-12-16Fix automated testsPhilipp Maier6-6/+11
2019-11-12Fairwaves-SIM: Add test dataPhilipp Maier2-0/+46
2019-11-11cards.py: do not use spaces in card namesPhilipp Maier1-2/+2
2019-09-28python3 conversion: Use python 2 and 3 compatible exceptionsDenis 'GNUtoo' Carikli1-5/+8
2019-09-15python3 conversion: fix tabs and spaces inconsistencyDenis 'GNUtoo' Carikli5-109/+108
2019-09-13pySim-prog: use functions to derive MCC/MNC from IMSIPhilipp Maier2-2/+31
2019-09-13cards: use string representation for MNC/MCCPhilipp Maier2-4/+4
2019-09-13pySim-prog: check if CSV file existsPhilipp Maier1-0/+7
2019-09-13pySim-prog: use case insensitive CSV headers.Philipp Maier1-0/+4
2019-09-13pySim-prog.py: use more expressive error message on CSV read failurePhilipp Maier1-1/+1
2019-09-12Add support for automatic card handlingPhilipp Maier3-78/+214
2019-09-05pySim-prog: generate a pin_adm from pin_adm_hex also for CSV filesPhilipp Maier1-0/+15
2019-09-03Add an option to read the iccid and batch-program the new card dataDaniel Willmann1-9/+26