aboutsummaryrefslogtreecommitdiffstats
path: root/pySim
AgeCommit message (Expand)AuthorFilesLines
2019-09-03pySim-prog: Print out hex-escaped pin_adm in card parametersDaniel Willmann1-1/+1
2019-08-28make writing SMSP optionalHarald Welte1-5/+8
2019-08-28Make programming OPC optionalDaniel Willmann1-3/+3
2019-05-10Don't try to parse result if select_file() failedMax1-0/+2
2019-05-10utils: add EF [H|O]PLMNwAcT decoding.Daniel Laszlo Sitzer2-0/+149
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
2019-03-21commands: correct case of a TLV tag (A5 => a5)Philipp Maier1-1/+1
2018-10-29pySim/transport: introduce Calypso based reader interfaceVadim Yanitskiy2-0/+160
2018-09-26utils: fix encoding/decoding of IMSI valueBen Fox-Moore1-6/+26
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-25commands: depend on pytlv only when it is actually neededPhilipp Maier1-1/+1
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-13cosmetic: fix excess space in log output (typo)Philipp Maier1-1/+1
2018-07-11cards: add update method for EF:PLMNsel to Card classPhilipp Maier1-0/+6
2018-07-03commands: get file/record length from FCP (USIM)Philipp Maier1-6/+56
2018-07-03__init__: also fetch response bytes for USIMs automaticallyPhilipp Maier1-1/+7
2018-06-18__init__: allow wildcards in expected SW for send_apdu_checksw()Philipp Maier1-2/+13
2018-04-26add support for open cells SIM cardsTodd Neal1-2/+52
2018-02-18transport/serial: Fix serial transportMartin Hauke1-3/+3
2018-01-11Make derive_milenage_opc and calculate_luhn publicly available through utils.pyAlexander Chemeris1-0/+21
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
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-02utils.py: dec_imsi: Fix ValueErrorPau Espin Pedrol1-1/+1
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
2016-10-27Revert "Do not return the FCI information while selecting a file"Harald Welte1-1/+1
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 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