aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/cards.py
AgeCommit message (Expand)AuthorFilesLines
2019-08-28pySim-prog: Use CSV format with headersDaniel Willmann1-6/+6
2019-08-28make writing SMSP optionalHarald Welte1-5/+8
2019-08-28Make programming OPC optionalDaniel Willmann1-3/+3
2019-04-01wavemobile-sim: write mnc-length field ine EF.ADPhilipp Maier1-0/+6
2019-04-01cosmetic: fix sourecode formattingPhilipp Maier1-5/+5
2019-04-01sysmo-usim-sjs1: update EF.AD with correct MNC lengthPhilipp Maier1-0/+19
2019-03-21cards: sysmo-usim-sjs1: add programming of EF.PLMNsel, EF.PLMNwAcT and EF.OPL...Philipp Maier1-1/+20
2018-09-13cards: Add support for Wavemobile SIMPhilipp Maier1-1/+112
2018-08-23cards: do not feed ascii as adm for sysmosim-gr1Philipp Maier1-1/+1
2018-08-23cards: autodetect sysmosim-gr1Philipp Maier1-0/+9
2018-07-13cards: return SW in method update_plmnsel() of class CardPhilipp Maier1-1/+2
2018-07-13cosmetic: fix cut and paste error in commentPhilipp Maier1-1/+1
2018-07-11cards: add update method for EF:PLMNsel to Card classPhilipp Maier1-0/+6
2018-04-26add support for open cells SIM cardsTodd Neal1-2/+52
2018-01-10cards: Add Fairwaves SIM implementation.Alexander Chemeris1-2/+145
2018-01-10cards: Implement card type autodetection based on ATR.Alexander Chemeris1-2/+21
2018-01-10cards: Extend Card class with access functions for some of the standard EF fi...Alexander Chemeris1-2/+67
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 Maier1-0/+1
2015-08-20Add provision support for sysmoUSIM-SJS1 cardsJan Balke1-1/+50
2015-08-20Add PIN-ADM argument to the command lineJan Balke1-3/+13
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 Chemeris1-28/+14
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
2010-12-07Split all things into a more "library-like" packageSylvain Munaut1-0/+259