aboutsummaryrefslogtreecommitdiffstats
path: root/pySim
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-22Move parsing of GID2 to generic Card classSupreeth Herle1-0/+7
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