aboutsummaryrefslogtreecommitdiffstats
path: root/pySim-read.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-03Move reading of USIM service table to generic USIM classherlesupreeth1-7/+13
2020-10-03Move reading of ePDG Id to generic USIM classherlesupreeth1-6/+6
2020-09-20pySim-read.py: decode contents of EF.AD (Administrative data)Vadim Yanitskiy1-2/+10
2020-08-28Add support for ADF_USIM/EF_EHPLMNHarald Welte1-0/+7
2020-06-23pySim-read.py: Enable parsing of Home ePDG Identifier in USIMSupreeth Herle1-1/+12
2020-06-03ts_31_102.py: add EF_ADF_mapSebastian Viviani1-2/+2
2020-06-02Implement Generic SIM Access interface as per 3GPP TS 27.007Vadim Yanitskiy1-0/+8
2020-05-12pySim-prog, pySim-read, do not echo reader idPhilipp Maier1-17/+3
2020-04-27Enable parsing of ISIM Service table (IST)Supreeth Herle1-0/+13
2020-04-27Enable parsing of USIM Service table (UST)Supreeth Herle1-0/+13
2020-04-27Use helper method to print available service in EF.SSTSupreeth Herle1-9/+4
2020-04-27pySim-read.py: Add ability to read Cards with correct CLA, P1 and P2 bytesSupreeth Herle1-1/+11
2020-04-16cards.py: Added method to select ADF by its full AIDSupreeth Herle1-0/+1
2020-04-16Populate AIDs present on the UICCSupreeth Herle1-0/+3
2020-04-16Add ability to parse SIM Service Table (EF.SST)Supreeth Herle1-1/+15
2020-04-01Use the generic method read_binary of card class to read ADSupreeth Herle1-1/+1
2020-04-01Move parsing of MSISDN to generic Card classSupreeth Herle1-6/+4
2020-04-01Use the generic method read_binary of card class to read ACCSupreeth Herle1-1/+1
2020-04-01Move parsing of HPLMNAcT to generic Card classSupreeth Herle1-2/+2
2020-04-01Move parsing of OPLMNwAcT to generic Card classSupreeth Herle1-2/+2
2020-04-01Move parsing of PLMNwAcT to generic Card classSupreeth Herle1-2/+2
2020-04-01Use the generic method read_binary of card class to read PLMNselSupreeth Herle1-1/+1
2020-04-01pySim-read.py: Use the method declared in cards.py to read SPNSupreeth Herle1-5/+4
2020-04-01Use the generic method read_record of card class to read SMSPSupreeth Herle1-1/+1
2020-04-01Use read_binary function of card class to read GID2 and reduce code duplicationSupreeth Herle1-1/+1
2020-03-22Move parsing of GID2 to generic Card classSupreeth Herle1-1/+1
2020-03-22Move parsing of GID1 to generic Card classSupreeth Herle1-1/+1
2020-03-22pySim-read.py: Use the method declared in cards.py to read IMSISupreeth Herle1-2/+2
2020-03-22pySim-read.py: Use the method declared in cards.py to read ICCIDSupreeth Herle1-2/+2
2020-03-22pySim-read.py: Added a common card detection function for both pySim-prog.py ...Supreeth Herle1-0/+4
2020-03-13pySim-read.py: support for reading GID2 from SIMSupreeth Herle1-0/+10
2020-03-13pySim-read.py: support for reading GID1 from SIMSupreeth Herle1-0/+10
2020-02-15pySim-read.py: do not import json, it is not neededVadim Yanitskiy1-6/+0
2020-02-15pySim-read.py: fix reading and parsing of EF.MSISDNSupreeth Herle1-3/+5
2020-02-15pySim-read.py: print meaningful message when SPN is not setSupreeth Herle1-1/+3
2020-02-14pySim-read.py: fix copy-paste: s/HPLMNAcT/PLMNsel/Vadim Yanitskiy1-1/+1
2020-02-14Fix compatibility with Python 3: print() is a functionVadim Yanitskiy1-6/+6
2020-01-21Fix file permissionSupreeth Herle1-0/+0
2020-01-21Added feature to read Service Provider Name (SPN) from the SIM cardSupreeth Herle1-1/+12
2019-09-15python3 conversion: fix tabs and spaces inconsistencyDenis 'GNUtoo' Carikli1-23/+23
2019-05-10pySim-*.py: print info about selected reader interfaceVadim Yanitskiy1-0/+6
2019-05-10Use reference array for reading ICCIDMax1-1/+1
2019-05-10utils: add EF [H|O]PLMNwAcT decoding.Daniel Laszlo Sitzer1-4/+4
2019-04-01sysmo-usim-sjs1: update EF.AD with correct MNC lengthPhilipp Maier1-0/+7
2018-10-29pySim-*.py: add command line option for Calypso readerVadim Yanitskiy1-0/+7
2018-10-29pySim-*.py: refactor card reader driver initializationVadim Yanitskiy1-5/+5
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
2017-12-29pySim-*.py: Set shebang to use python v2Pau Espin Pedrol1-1/+1
2013-07-18pySim-read: MISDN is not mandatorySylvain Munaut1-8/+11