aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-25serial: don't crash if the device does not existPhilipp Maier1-0/+3
2021-02-25utils: catch exceptions during reader initalitationPhilipp Maier3-18/+26
2021-02-11utils.py: Fix for parsing MNCherlesupreeth1-3/+3
2021-01-21pySim-read.py: Add support for reading USIM+ISIM data from third-party UICCherlesupreeth1-19/+25
2021-01-20Readme.md: update debian deps, add python3-yamlJoachim Steiger1-1/+1
2021-01-05pySim-read.py: Enable reading of UICC IARI from ISIMSupreeth Herle3-0/+31
2021-01-05sysmoISIM-SJA2: Enable programming of EF.ACCSupreeth Herle1-0/+6
2021-01-05sysmoISIM-SJA2: Enable programming of EF.MSISDNSupreeth Herle2-1/+12
2021-01-05sysmoISIM-SJA2: Add support for programming IMS public user identitySupreeth Herle2-1/+29
2021-01-05sysmoISIM-SJA2: Add support for programming IMS private user identitySupreeth Herle2-0/+26
2021-01-05pySim-read.py: Enable reading of EF.IMPU from ISIMSupreeth Herle3-0/+32
2021-01-05pySim-read.py: Enable reading of EF.IMPI from ISIMSupreeth Herle3-0/+22
2021-01-05Update ISIM IST table as per the 3GPP TS 31.103 specification V15.6.0Supreeth Herle1-1/+2
2021-01-05sysmoISIM-SJA2: Add support for programming IPv4 address for PCSCFherlesupreeth1-2/+6
2021-01-05sysmoISIM-SJA2: Add support for programming IPv4 address for Home ePDG Identi...Supreeth Herle1-1/+4
2021-01-05utils.py: Support IPv4 decoding for Address TLV object present in EF.ePDGId a...Supreeth Herle1-1/+7
2021-01-05utils.py: Support IPv4 encoding for Address TLV object present in EF.ePDGId a...Supreeth Herle1-2/+11
2021-01-05sysmoISIM-SJA2: Fill unused bytes of Home ePDGId with 'f'Supreeth Herle1-3/+9
2021-01-05sysmoISIM-SJA2: Add support for programming IMS Home Network Domain NameSupreeth Herle2-0/+32
2021-01-05utils.py: Add helper method to get type of address (FQDN, IPv4, IPv6)Supreeth Herle1-0/+58
2021-01-05sysmoISIM-SJA2: Disable Service 95, 99, 115 in EF.UST in case ISIM is presentSupreeth Herle1-0/+11
2021-01-05pySim-read.py: Enable reading of Home Network Domain Name from ISIMSupreeth Herle3-0/+22
2021-01-05sysmoISIM-SJA2: Add support for programming Proxy Call Session Control Functi...Supreeth Herle2-0/+24
2021-01-05pySim-read.py: Enabled reading P-CSCF address from ISIMSupreeth Herle3-1/+34
2021-01-05ts_31_103.py: Add ADF map for files at ISIM ADFherlesupreeth1-0/+22
2021-01-05sysmoISIM-SJA2: Inherit ISIM Card class as SysmoISIMSJA2 UICC contains an ISIMherlesupreeth1-1/+1
2021-01-05cards: Define ISIM Card classherlesupreeth1-0/+4
2021-01-05Re-purpose helper method to be used for parsing Address TLV Object in generalSupreeth Herle3-13/+14
2021-01-05sysmoISIM-SJA2: Enable Service 106 and 107 after successfully programming EF....Supreeth Herle1-0/+18
2021-01-05sysmoISIM-SJA2: Add support for programming EF.ePDGSelection (ePDG Selection ...Supreeth Herle2-0/+34
2021-01-05utils.py: Bugfix for parsing non-programmed EFePDGSelectionherlesupreeth2-3/+9
2020-12-11Readme.md: update apt-get invocation for python3 dep.Joachim Steiger1-2/+2
2020-10-26make random seed function python3 compatibleJeremy Herbert1-2/+3
2020-10-21utils.py: Add helper method to encode ePDGSelection info TLVSupreeth Herle1-0/+16
2020-10-21pySim-read.py: Enable parsing of EF.ePDGSelection in USIMSupreeth Herle3-0/+25
2020-10-21utils.py: Add helper method to parse ePDG Selection info TLVSupreeth Herle1-0/+54
2020-10-19Whitespace fixesDaniel Willmann1-5/+5
2020-10-19Lint fixes: false -> False, missing imports, Index list, not map iterDaniel Willmann3-5/+5
2020-10-19Remove unnecessary semicolonDaniel Willmann5-13/+13
2020-10-19Fix invocation python2 -> python3Daniel Willmann4-4/+4
2020-10-03Move reading of USIM service table to generic USIM classherlesupreeth2-9/+23
2020-10-03Move reading of ePDG Id to generic USIM classherlesupreeth5-9/+13
2020-09-29Move programminig of ePDG Id to generic USIM classherlesupreeth1-2/+6
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 Yanitskiy8-9/+39
2020-09-16Add new lineherlesupreeth1-0/+1
2020-09-16Update UST table as per the latest 3GPP TS 31.102 specificationSupreeth Herle2-0/+21