aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-03pySim-prog: Add option for hex ADM keysDaniel Willmann4-10/+28
2019-09-03pySim-prog: Use CSV format with headersDaniel Willmann2-15/+44
2019-09-03pySim-prog: Print out hex-escaped pin_adm in card parametersDaniel Willmann2-9/+10
2019-09-02pysim-testdate: Add test data for Wavemobile-simPhilipp Maier2-0/+53
2019-08-28make writing SMSP optionalHarald Welte1-5/+8
2019-08-28Make programming OPC optionalDaniel Willmann1-3/+3
2019-05-10pySim-*.py: print info about selected reader interfaceVadim Yanitskiy5-0/+15
2019-05-10Don't try to parse result if select_file() failedMax1-0/+2
2019-05-10Use reference array for reading ICCIDMax1-1/+1
2019-05-10utils: add EF [H|O]PLMNwAcT decoding.Daniel Laszlo Sitzer4-7/+195
2019-05-10import pysim-testdata of automatic testing to this repositoryHarald Welte7-3/+61
2019-04-01wavemobile-sim: write mnc-length field ine EF.ADPhilipp Maier1-0/+6
2019-04-01cosmetic: fix sourecode formattingPhilipp Maier1-5/+5
2019-04-01sysmo-usim-sjs1: update EF.AD with correct MNC lengthPhilipp Maier2-0/+26
2019-03-21cards: sysmo-usim-sjs1: add programming of EF.PLMNsel, EF.PLMNwAcT and EF.OPL...Philipp Maier1-1/+20
2019-03-21commands: correct case of a TLV tag (A5 => a5)Philipp Maier1-1/+1
2018-10-29pySim-*.py: add command line option for Calypso readerVadim Yanitskiy2-0/+14
2018-10-29pySim-*.py: refactor card reader driver initializationVadim Yanitskiy2-10/+10
2018-10-29pySim/transport: introduce Calypso based reader interfaceVadim Yanitskiy2-0/+160
2018-10-05pySim-prog: Honor international '+' in SMSC numberDaniel Willmann1-3/+8
2018-09-26utils: fix encoding/decoding of IMSI valueBen Fox-Moore1-6/+26
2018-09-13tests: add example test data for Wavemobile-SIMPhilipp Maier1-0/+5
2018-09-13cards: Add support for Wavemobile SIMPhilipp Maier1-1/+112
2018-08-23tests: add example file for sysmosim-gr1Philipp Maier1-0/+7
2018-08-23cards: do not feed ascii as adm for sysmosim-gr1Philipp Maier1-1/+1
2018-08-23cards: autodetect sysmosim-gr1Philipp Maier1-0/+9
2018-08-20readme: add 'serial' dep, cosmetically rearrangeNeels Hofmeyr1-3/+10
2018-07-25commands: depend on pytlv only when it is actually neededPhilipp Maier1-1/+1
2018-07-25readme: add info about dependenciesPhilipp Maier1-0/+9