aboutsummaryrefslogtreecommitdiffstats
path: root/pySim
AgeCommit message (Expand)AuthorFilesLines
2015-08-20Add PIN-ADM argument to the command lineJan Balke1-3/+13
2015-08-20Allow changing the class byte for pdu messagesJan Balke1-7/+16
2013-12-23cards: sysmocom SysmoSIM-GR2 support added to cardsSylvain Munaut1-2/+67
2013-07-13Move encoder functions for ICCID, IMSI and PLMN to pySim.utils for consistency.Alexander Chemeris2-28/+28
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 Chemeris1-2/+8
2013-07-02cards: Fix spacing according to PEPSylvain Munaut1-0/+3
2013-07-02cards: Fix comment positionSylvain Munaut1-2/+2
2012-03-22usim/opc: Add support to write completely random OPCHarald Welte1-2/+1
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-08Fix computation of SMSP from a SMSC numberSylvain Munaut1-3/+1
2011-12-08Add sysmoSIM-GR1 as alias to grcardsimHarald Welte1-1/+10
2011-12-08correctly compute the ICCID (19 digits, including luhn checksum)Harald Welte1-1/+1
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-09transport: Change transport api to allow for wait_for_card/connect/disconnectSylvain Munaut3-9/+88
2010-12-08transport/pcsc: Remove obsolete/debug codeSylvain Munaut1-6/+1
2010-12-07transport: Put common methods in LinkBase classSylvain Munaut3-75/+75
2010-12-07Split all things into a more "library-like" packageSylvain Munaut8-0/+747