aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/cards.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-03start using python3 bytearray for our b2h/h2b typesHarald Welte1-1/+1
2021-03-02commands.py: rename select_file() to select_path()Harald Welte1-27/+27
2021-03-02cards.py: SJS1 + SJA2: Implement + Expose verify_adm() methodHarald Welte1-7/+18
2021-03-01Remove Python shebang from files where it's not neededVadim Yanitskiy1-1/+0
2021-01-05pySim-read.py: Enable reading of UICC IARI from ISIMSupreeth Herle1-0/+13
2021-01-05sysmoISIM-SJA2: Enable programming of EF.ACCSupreeth Herle1-0/+6
2021-01-05sysmoISIM-SJA2: Enable programming of EF.MSISDNSupreeth Herle1-0/+11
2021-01-05sysmoISIM-SJA2: Add support for programming IMS public user identitySupreeth Herle1-0/+24
2021-01-05sysmoISIM-SJA2: Add support for programming IMS private user identitySupreeth Herle1-0/+22
2021-01-05pySim-read.py: Enable reading of EF.IMPU from ISIMSupreeth Herle1-0/+14
2021-01-05pySim-read.py: Enable reading of EF.IMPI from ISIMSupreeth Herle1-0/+10
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-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-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-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 Herle1-2/+2
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
2020-10-21pySim-read.py: Enable parsing of EF.ePDGSelection in USIMSupreeth Herle1-0/+7
2020-10-19Whitespace fixesDaniel Willmann1-5/+5
2020-10-19Remove unnecessary semicolonDaniel Willmann1-2/+2
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-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 Welte1-4/+37
2020-06-03ts_31_102.py: add EF_ADF_mapSebastian Viviani1-2/+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-17cards: reset uninitalized EF.ADPhilipp Maier1-2/+7
2020-05-12cards: remove len calculationPhilipp Maier1-1/+0
2020-05-09Fix writing of EF.HPLMNwAcT on sysmoISIM-SJA2Harald Welte1-0/+6
2020-04-27Remove redundant functionsSupreeth Herle1-8/+0
2020-04-16cards.py: Added method to select ADF by its full AIDSupreeth Herle1-0/+18
2020-04-16Add ability to parse SIM Service Table (EF.SST)Supreeth Herle1-1/+9
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