aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-03pySim-prog: Add option for hex ADM keysDaniel Willmann4-10/+28
2019-09-03pySim-prog: Use CSV format with headersDaniel Willmann2-15/+44
2019-09-03pySim-prog: Print out hex-escaped pin_adm in card parametersDaniel Willmann2-9/+10
2019-09-02pysim-testdate: Add test data for Wavemobile-simPhilipp Maier2-0/+53
2019-08-28make writing SMSP optionalHarald Welte1-5/+8
2019-08-28Make programming OPC optionalDaniel Willmann1-3/+3
2019-05-10pySim-*.py: print info about selected reader interfaceVadim Yanitskiy5-0/+15
2019-05-10Don't try to parse result if select_file() failedMax1-0/+2
2019-05-10Use reference array for reading ICCIDMax1-1/+1
2019-05-10utils: add EF [H|O]PLMNwAcT decoding.Daniel Laszlo Sitzer4-7/+195
2019-05-10import pysim-testdata of automatic testing to this repositoryHarald Welte7-3/+61
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 Maier2-0/+26
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-*.py: add command line option for Calypso readerVadim Yanitskiy2-0/+14
2018-10-29pySim-*.py: refactor card reader driver initializationVadim Yanitskiy2-10/+10
2018-10-29pySim/transport: introduce Calypso based reader interfaceVadim Yanitskiy2-0/+160
2018-10-05pySim-prog: Honor international '+' in SMSC numberDaniel Willmann1-3/+8
2018-09-26utils: fix encoding/decoding of IMSI valueBen Fox-Moore1-6/+26
2018-09-13tests: add example test data for Wavemobile-SIMPhilipp Maier1-0/+5
2018-09-13cards: Add support for Wavemobile SIMPhilipp Maier1-1/+112
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