aboutsummaryrefslogtreecommitdiffstats
path: root/pySim
AgeCommit message (Expand)AuthorFilesLines
2020-03-22Move parsing of GID1 to generic Card classSupreeth Herle1-0/+7
2020-03-22pySim-read.py: Added a common card detection function for both pySim-prog.py ...Supreeth Herle1-0/+28
2020-03-19cards.py: Added parsing of all the AIDs in the UICCSupreeth Herle1-0/+15
2020-03-11sysmoISIM-SJA2: Add suport for USIM-only and ISIM-only cardsPhilipp Maier1-10/+12
2020-03-11sysmiISIM-SJA2: add support for new card model / os versionPhilipp Maier1-0/+5
2020-02-27cards: Python 3 fix: use the floor division operator //Vadim Yanitskiy1-4/+4
2020-02-27commands: Python 3 fix: properly distinguish str and listVadim Yanitskiy1-8/+2
2020-02-27transport/pcsc: explicitly specify T0 protocolVadim Yanitskiy1-1/+5
2020-02-27transport/pcsc: cosmetic: reuse the existing code of PcscSimLinkVadim Yanitskiy1-5/+2
2020-02-27utils: fix dec_msisdn(): properly detect international numbersVadim Yanitskiy1-1/+1
2020-02-15Py2 -> Py3: use the floor division operator // where possibleVadim Yanitskiy3-12/+12
2020-02-15pySim-prog.py: add support for MSISDN programmingSupreeth Herle2-0/+37
2020-02-15pySim-read.py: fix reading and parsing of EF.MSISDNSupreeth Herle1-0/+41
2020-02-15Fix MCC and MCC representation in the output of pySim-readSupreeth Herle1-15/+40
2020-02-15cards/sysmoUSIM-SJS1: support programming of EF.HPLMNwAcTSupreeth Herle1-0/+6
2020-02-15cards/sysmoUSIM-SJS1: support programming of ACC bitsSupreeth Herle1-0/+3
2020-02-15cards: fix reading of EF.HPLMNwAcT in Card.update_hplmn_act()Supreeth Herle1-2/+2
2020-02-15cards: cosmetic/indentation fix: use tabs, not spacesSupreeth Herle1-1/+1
2020-02-15pySim-prog.py: add presence/length checks for user-provided SPNSupreeth Herle1-2/+3
2020-02-14Fix compatibility with Python 3: print() is a functionVadim Yanitskiy2-24/+24
2020-01-21Added feature to program SPN into sysmoUSIM-SJS1 SIM cardsSupreeth Herle1-0/+4
2019-12-31cards: Add support for sysmo-isim-sja2Philipp Maier2-1/+139
2019-12-20commands: fix __record_len()Philipp Maier1-7/+9
2019-11-11cards.py: do not use spaces in card namesPhilipp Maier1-2/+2
2019-09-28python3 conversion: Use python 2 and 3 compatible exceptionsDenis 'GNUtoo' Carikli1-5/+8
2019-09-15python3 conversion: fix tabs and spaces inconsistencyDenis 'GNUtoo' Carikli3-76/+76
2019-09-13pySim-prog: use functions to derive MCC/MNC from IMSIPhilipp Maier1-0/+27
2019-09-13cards: use string representation for MNC/MCCPhilipp Maier1-1/+1
2019-09-12Add support for automatic card handlingPhilipp Maier1-0/+108
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