aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-prog.py
AgeCommit message (Expand)AuthorFilesLines
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