aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-23tests: add example file for sysmosim-gr1Philipp Maier1-0/+7
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-08-20readme: add 'serial' dep, cosmetically rearrangeNeels Hofmeyr1-3/+10
2018-07-25commands: depend on pytlv only when it is actually neededPhilipp Maier1-1/+1
2018-07-25readme: add info about dependenciesPhilipp Maier1-0/+9
2018-07-19add .gitreviewAlexander Couzens1-0/+3
2018-07-19contrib: add jenkins.shAlexander Couzens1-0/+19
2018-07-19tests: add test program to verify pysim-prog.py (and pysim-read.py)Philipp Maier3-0/+234
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-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