aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-prog.py
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-23pySim-prog: Fix insertion of Ki in HLR. Need to escape like DBI does itSylvain Munaut1-1/+34
2010-12-23pySim-prog: Fix crash when using manuam imsi/iccid/kcSylvain Munaut1-1/+2
2010-12-23pySim-prog: Check that batch mode is used with auto parametersSylvain Munaut1-0/+4
2010-12-09pySim-prog: Change logic to support batch programmingSylvain Munaut1-29/+129
2010-12-09transport: Change transport api to allow for wait_for_card/connect/disconnectSylvain Munaut1-0/+3
2010-12-08pySim-prog: Fix pcsc device selection and link creationSylvain Munaut1-2/+2
2010-12-08pySim-prog: Add options to save generated parameters to CVS or OpenBSC HLRSylvain Munaut1-0/+51
2010-12-08pySim-prog: Show default for mnc in help modeSylvain Munaut1-1/+1
2010-12-08pySim-prog: Group option for serial (dev & baud) togetherSylvain Munaut1-4/+4
2010-12-07Split all things into a more "library-like" packageSylvain Munaut1-0/+288