aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-prog.py
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Implement Generic SIM Access interface as per 3GPP TS 27.007Vadim Yanitskiy1-0/+8
2020-05-17pysim-prog: move ADM sanitation to utils.pyPhilipp Maier1-21/+1
2020-05-13Treat MCC and MNC as strings, not integersHarald Welte1-7/+16
2020-05-12pySim-prog, pySim-read, do not echo reader idPhilipp Maier1-16/+2
2020-05-11Add option to specify MNC length in non-batch programming scneariosSupreeth Herle1-0/+5
2020-03-22pySim-read.py: Added a common card detection function for both pySim-prog.py ...Supreeth Herle1-32/+2
2020-02-15pySim-prog.py: add support for MSISDN programmingSupreeth Herle1-1/+15
2020-02-15pySim-prog.py: add presence/length checks for user-provided SPNSupreeth Herle1-0/+4
2020-02-14Fix compatibility with Python 3: print() is a functionVadim Yanitskiy1-19/+19
2019-09-15python3 conversion: fix tabs and spaces inconsistencyDenis 'GNUtoo' Carikli1-10/+9
2019-09-13pySim-prog: use functions to derive MCC/MNC from IMSIPhilipp Maier1-2/+4
2019-09-13cards: use string representation for MNC/MCCPhilipp Maier1-3/+3
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 Maier1-78/+105
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 Willmann1-6/+19
2019-09-03pySim-prog: Use CSV format with headersDaniel Willmann1-15/+28
2019-09-03pySim-prog: Print out hex-escaped pin_adm in card parametersDaniel Willmann1-8/+9
2019-05-10pySim-*.py: print info about selected reader interfaceVadim Yanitskiy1-0/+6
2018-10-29pySim-*.py: add command line option for Calypso readerVadim Yanitskiy1-0/+7
2018-10-29pySim-*.py: refactor card reader driver initializationVadim Yanitskiy1-5/+5
2018-10-05pySim-prog: Honor international '+' in SMSC numberDaniel Willmann1-3/+8
2018-07-04pysim-prog: add commandline option to probe cardsPhilipp Maier1-2/+13
2018-07-03csv: fix missing import (broken CSV support)Philipp Maier1-1/+1
2018-06-13pysim-prog: also allow raw hex adm pins besides numeric asciiPhilipp Maier1-4/+7
2018-04-26add support for open cells SIM cardsTodd Neal1-2/+2
2018-01-23Revert "pySim-prog: ADM code can be longer 8 digits, it's implementation spec...Harald Welte1-3/+4
2018-01-11Make derive_milenage_opc and calculate_luhn publicly available through utils.pyAlexander Chemeris1-19/+1
2018-01-10pySim-prog: Replace magic numbers with a readable EF file name.Alexander Chemeris1-1/+1
2018-01-10pySim-prog: ADM code can be longer 8 digits, it's implementation specific.Alexander Chemeris1-4/+3
2018-01-10Fix comment: Ki -> OPCAlexander Chemeris1-1/+1
2017-12-29pySim-prog.py: Fix trailing whitespacePau Espin Pedrol1-1/+0
2017-12-29pySim-*.py: Set shebang to use python v2Pau Espin Pedrol1-1/+1
2016-05-22re-program: Instead of specifying the IMSI, read it from the card.Holger Hans Peter Freyther1-6/+16
2015-08-20Add PIN-ADM argument to the command lineJan Balke1-1/+13
2015-08-20Introduce a '--dry-run' option to skip actual card accessHarald Welte1-21/+31
2015-08-20read_params_csv: Make sure we don't end up in endless loopHarald Welte1-7/+13
2015-08-20pySim-prog: Add mode where it can re-generate a card from CSVHarald Welte1-5/+54
2015-08-20split parameter writing for CSV and SQL into separate functionsHarald Welte1-2/+7
2013-07-02Implement setting of EF.ACC file in GrcardSim and _MagicSimBaseAlexander Chemeris1-0/+16
2012-03-22usim/opc: Derive OPC from KI and OPHolger Hans Peter Freyther1-1/+18
2012-03-22usim/opc: Add support to write completely random OPCHarald Welte1-1/+17
2011-12-10pySim-prog: Fix SMSC 'number type' field to 0x81Sylvain Munaut1-1/+1
2011-12-08Fix computation of SMSP from a SMSC numberSylvain Munaut1-5/+30
2011-12-08Whitespace fixesSylvain Munaut1-2/+2
2011-12-08correctly compute the ICCID (19 digits, including luhn checksum)Harald Welte1-4/+11
2011-11-22pySim-prog.py: pyflakes doesn't find Importerror..Holger Hans Peter Freyther1-1/+1