aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-10cards: Extend Card class with access functions for some of the standard EF fi...Alexander Chemeris1-2/+67
2018-01-10Add methods to get ATR for a card or a link.Alexander Chemeris3-2/+19
2018-01-10utils: Fix documentation. 3+3=6 digits equals 3 bytes, not 6Alexander Chemeris1-1/+1
2018-01-10utils: Functions to encode/decode EF SPN.Alexander Chemeris1-0/+19
2018-01-10ts_51_011: A file with MF/DF/EF constants from TS 51 011Alexander Chemeris1-0/+251
2018-01-10Fix comment: Ki -> OPCAlexander Chemeris1-1/+1
2018-01-02utils.py: dec_imsi: Fix ValueErrorPau Espin Pedrol1-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 Pedrol2-2/+2
2017-09-01Support writing SMSP for sysmoUSIM-SJS1Daniel Willmann1-0/+3
2017-04-06fix writing of ICCID for sysmo-usim-sjs1Philipp Maier1-7/+7
2017-04-06Fix select control parameterPhilipp Maier2-1/+9
2017-03-21cosmetic: missing newlines on last line of 2 filesNeels Hofmeyr2-1/+2
2017-03-17README.md: Cosmetic/Formatting fixesHarald Welte1-4/+4
2017-03-17Update README with general project information and convert to MarkdownHarald Welte2-38/+91
2016-10-27Revert "Do not return the FCI information while selecting a file"Harald Welte1-1/+1
2016-05-22re-program: Instead of specifying the IMSI, read it from the card.Holger Hans Peter Freyther1-6/+16
2015-08-20Do not return the FCI information while selecting a fileJan Balke1-1/+1
2015-08-20Add provision support for sysmoUSIM-SJS1 cardsJan Balke1-1/+50
2015-08-20Add PIN-ADM argument to the command lineJan Balke2-4/+26
2015-08-20Allow changing the class byte for pdu messagesJan Balke1-7/+16
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-12-23cards: sysmocom SysmoSIM-GR2 support added to cardsSylvain Munaut1-2/+67
2013-07-18pySim-read: MISDN is not mandatorySylvain Munaut1-8/+11
2013-07-13Move encoder functions for ICCID, IMSI and PLMN to pySim.utils for consistency.Alexander Chemeris2-28/+28
2013-07-13Add an utility to read data from a SIM card.Alexander Chemeris1-0/+138
2013-07-13utils: Add functions to decode IMSI and ICCID from EF raw data.Alexander Chemeris1-0/+17
2013-07-02Implement setting of EF.ACC file in GrcardSim and _MagicSimBaseAlexander Chemeris2-2/+24
2013-07-02cards: Fix spacing according to PEPSylvain Munaut1-0/+3
2013-07-02cards: Fix comment positionSylvain Munaut1-2/+2
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 Welte2-3/+18
2012-03-22sysmoUSIM-GR1: Add basic (hacky) support for the sysmoUSIM-GR1Holger Hans Peter Freyther1-1/+31
2011-12-10cards: SMSP is left padded not right paddedSylvain Munaut1-2/+2
2011-12-10pySim-prog: Fix SMSC 'number type' field to 0x81Sylvain Munaut1-1/+1
2011-12-08Fix computation of SMSP from a SMSC numberSylvain Munaut2-8/+31
2011-12-08Whitespace fixesSylvain Munaut1-2/+2
2011-12-08Add sysmoSIM-GR1 as alias to grcardsimHarald Welte1-1/+10
2011-12-08correctly compute the ICCID (19 digits, including luhn checksum)Harald Welte2-5/+12
2011-11-22pySim-prog.py: pyflakes doesn't find Importerror..Holger Hans Peter Freyther1-1/+1
2011-07-27README: Mention the necessary wait_for_cardHolger Hans Peter Freyther1-0/+2
2011-03-22cards: Add support for grcard.cn (Green Card) SIM cardsHarald Welte1-2/+58
2011-03-22commands: Check SW for UPDATE BIN / UPDATE REC / VERIFY CHVHarald Welte1-3/+3
2010-12-23commands: Fix bug in verify_chv.Sylvain Munaut1-1/+3
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