aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-15HACK: support for SIM factory file formatssysmocom/factoryHarald Welte5-0/+367
2020-08-31fix 'TabError: inconsistent use of tabs and spaces in indentation'Harald Welte1-3/+3
2020-08-28Add support for ADF_USIM/EF_EHPLMNHarald Welte5-4/+83
2020-06-23utils.py: Add helper method to encode ePDG IdentifierSupreeth Herle1-0/+18
2020-06-23pySim-read.py: Enable parsing of Home ePDG Identifier in USIMSupreeth Herle5-1/+18
2020-06-23utils.py: Handle parsing of ePDGId TLV with zero lengthSupreeth Herle1-0/+4
2020-06-09utils.py add LOCI EFs decode functionsSebastian Viviani2-0/+36
2020-06-03commands.py: fix read_binary for lengths > 256Sebastian Viviani1-2/+11
2020-06-03ts_31_102.py: add EF_ADF_mapSebastian Viviani4-5/+111
2020-06-02Implement Generic SIM Access interface as per 3GPP TS 27.007Vadim Yanitskiy4-0/+146
2020-05-28utils: fix list comprehension in h2s(): ignore upper case paddingVadim Yanitskiy1-1/+2
2020-05-22cards: remove empty erase() methods.Philipp Maier1-20/+4
2020-05-22cards: add methods to help erasing of file contentsPhilipp Maier1-0/+10
2020-05-22utils: do not crash when all bytes of EF.IMSI are 0xFFPhilipp Maier1-0/+2
2020-05-17commands: add features to verify data written to filesPhilipp Maier1-4/+20
2020-05-17commands: add method to determine size of a non record oriented filePhilipp Maier1-0/+4
2020-05-17pysim-prog: move ADM sanitation to utils.pyPhilipp Maier2-21/+32
2020-05-17cards: reset uninitalized EF.ADPhilipp Maier1-2/+7
2020-05-13Treat MCC and MNC as strings, not integersHarald Welte8-22/+33
2020-05-12pySim-prog, pySim-read, do not echo reader idPhilipp Maier10-47/+32
2020-05-12cards: remove len calculationPhilipp Maier1-1/+0
2020-05-11Add option to specify MNC length in non-batch programming scneariosSupreeth Herle1-0/+5
2020-05-11utils.py: Add helper method to parse ePDG Identifier from hex stringSupreeth Herle1-0/+34
2020-05-11Introduce function for converting bytes list in (hex or int) to stringSupreeth Herle1-0/+4
2020-05-11Import TLV parsing related function from https://github.com/mitshell/cardSupreeth Herle1-0/+39
2020-05-09Fix writing of EF.HPLMNwAcT on sysmoISIM-SJA2Harald Welte2-10/+16
2020-04-27Enable parsing of ISIM Service table (IST)Supreeth Herle2-0/+19
2020-04-27Extend parsing and printing of Service table to ISIMSupreeth Herle1-1/+4
2020-04-27Define mapping between ISIM Service Number and its descriptionSupreeth Herle1-0/+46
2020-04-27Enable parsing of USIM Service table (UST)Supreeth Herle5-0/+166
2020-04-27Remove redundant functionsSupreeth Herle2-30/+0
2020-04-27Use helper method to print available service in EF.SSTSupreeth Herle7-243/+244
2020-04-27utils.py: Add helper method to parse and print Service TableSupreeth Herle1-0/+31
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 Herle2-0/+19
2020-04-16Populate AIDs present on the UICCSupreeth Herle3-2/+7
2020-04-16Define mapping between USIM Service Number and its descriptionSupreeth Herle1-0/+138
2020-04-16Add ability to parse SIM Service Table (EF.SST)Supreeth Herle8-2/+264
2020-04-01utils.py: Add helper method to parse Service TableSupreeth Herle1-0/+22
2020-04-01Define mapping between SIM Service Number and its descriptionSupreeth Herle1-0/+63
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 Herle2-6/+11
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 Herle2-2/+9
2020-04-01Move parsing of OPLMNwAcT to generic Card classSupreeth Herle2-2/+9
2020-04-01Move parsing of PLMNwAcT to generic Card classSupreeth Herle2-2/+9
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 Herle2-8/+1