aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-13pySim-read: read contents of PLMN related files.Philipp Maier1-8/+40
2018-07-13pySim-read: Print exception when reading of EF.MSISDN failsPhilipp Maier1-2/+2
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-04pysim-prog: add commandline option to probe cardsPhilipp Maier1-2/+13
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-07-03csv: fix missing import (broken CSV support)Philipp Maier1-1/+1
2018-06-18__init__: allow wildcards in expected SW for send_apdu_checksw()Philipp Maier1-2/+13
2018-06-13pysim-prog: also allow raw hex adm pins besides numeric asciiPhilipp Maier1-4/+7
2018-04-26add support for open cells SIM cardsTodd Neal2-4/+54
2018-02-18transport/serial: Fix serial transportMartin Hauke1-3/+3
2018-01-23Revert "pySim-prog: ADM code can be longer 8 digits, it's implementation spec...Harald Welte1-3/+4
2018-01-11Make derive_milenage_opc and calculate_luhn publicly available through utils.pyAlexander Chemeris2-19/+22
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-10pySim-prog: Replace magic numbers with a readable EF file name.Alexander Chemeris1-1/+1
2018-01-10pySim-prog: ADM code can be longer 8 digits, it's implementation specific.Alexander Chemeris1-4/+3
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