aboutsummaryrefslogtreecommitdiffstats
path: root/pySim
AgeCommit message (Expand)AuthorFilesLines
2020-09-20Remove redundant hexstr_to_fivebytearr() and hexstr_to_threebytearr() functionsherlesupreeth1-6/+0
2020-09-20Use generic function hexstr_to_Nbytearr to convert hex string to 3/5 Bytes arrayherlesupreeth2-3/+3
2020-09-20utils.py: Add helper method to convert a hex string into array of N bytes str...Supreeth Herle1-0/+3
2020-09-20utils.py: Add helper method to encode Service TableSupreeth Herle1-0/+43
2020-09-20pySim-read.py: decode contents of EF.AD (Administrative data)Vadim Yanitskiy1-1/+11
2020-09-16Add new lineherlesupreeth1-0/+1
2020-09-16Update UST table as per the latest 3GPP TS 31.102 specificationSupreeth Herle1-0/+17
2020-09-15sysmoISIM-SJA2: Add support for programming Home ePDG IdentifierSupreeth Herle1-0/+9
2020-09-15Remove redundant function read_aid()herlesupreeth1-24/+0
2020-09-15Use the function select_adf_by_aid for selecting an AIDherlesupreeth1-8/+2
2020-09-15cards.py: Populate AIDs present in SysmoISIMSJA2 UICCSupreeth Herle1-0/+3
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 Welte3-4/+70
2020-06-23utils.py: Add helper method to encode ePDG IdentifierSupreeth Herle1-0/+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 Viviani3-3/+109
2020-06-02Implement Generic SIM Access interface as per 3GPP TS 27.007Vadim Yanitskiy2-0/+130
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 Maier1-0/+31
2020-05-17cards: reset uninitalized EF.ADPhilipp Maier1-2/+7
2020-05-13Treat MCC and MNC as strings, not integersHarald Welte1-1/+3
2020-05-12pySim-prog, pySim-read, do not echo reader idPhilipp Maier1-0/+19
2020-05-12cards: remove len calculationPhilipp Maier1-1/+0
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 Welte1-0/+6
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-27Remove redundant functionsSupreeth Herle2-30/+0
2020-04-27utils.py: Add helper method to parse and print Service TableSupreeth Herle1-0/+31
2020-04-16cards.py: Added method to select ADF by its full AIDSupreeth Herle1-0/+18
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 Herle1-1/+9
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-01Move parsing of MSISDN to generic Card classSupreeth Herle1-0/+7
2020-04-01Move parsing of HPLMNAcT to generic Card classSupreeth Herle1-0/+7
2020-04-01Move parsing of OPLMNwAcT to generic Card classSupreeth Herle1-0/+7
2020-04-01Move parsing of PLMNwAcT to generic Card classSupreeth Herle1-0/+7
2020-04-01Use read_binary function of card class to read GID2 and reduce code duplicationSupreeth Herle1-7/+0
2020-04-01cards.py: Add generic function to read EF record in card classSupreeth Herle1-0/+4
2020-04-01cards.py: Add generic function to read EF binary to card classSupreeth Herle1-0/+4