aboutsummaryrefslogtreecommitdiffstats
path: root/pySim
AgeCommit message (Expand)AuthorFilesLines
2021-01-05pySim-read.py: Enable reading of EF.IMPI from ISIMSupreeth Herle1-0/+10
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 Herle1-0/+28
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 Herle1-0/+10
2021-01-05sysmoISIM-SJA2: Add support for programming Proxy Call Session Control Functi...Supreeth Herle1-0/+20
2021-01-05pySim-read.py: Enabled reading P-CSCF address from ISIMSupreeth Herle1-0/+13
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 Herle2-12/+13
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 Herle1-0/+21
2021-01-05utils.py: Bugfix for parsing non-programmed EFePDGSelectionherlesupreeth1-1/+6
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 Herle1-0/+7
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 Willmann2-3/+3
2020-10-19Remove unnecessary semicolonDaniel Willmann4-7/+7
2020-10-19Fix invocation python2 -> python3Daniel Willmann1-1/+1
2020-10-03Move reading of USIM service table to generic USIM classherlesupreeth1-2/+10
2020-10-03Move reading of ePDG Id to generic USIM classherlesupreeth1-0/+7
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 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