aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/gsm_r.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-05pylint: gsm_r.pyHarald Welte1-33/+27
2023-12-28add PlmnAdapter for decoding PLMN bcd-strings like 262f01 to 262-01Harald Welte1-3/+3
2023-07-12Introduce concept of CardProfileAddonHarald Welte1-1/+13
2023-02-01filesystem: add unit tests for encoder/decoder methodsHarald Welte1-11/+57
2023-01-31gsm_r: EF_IC: Network String Table Index is 16bit, not 8bitHarald Welte1-1/+1
2023-01-27gsm_r: Fix byte/nibble ordering of predefined_value1Harald Welte1-1/+1
2023-01-27gsm_r: EF_Predefined: Decode first record different from othersHarald Welte1-6/+18
2023-01-24gsm_r: Fix decoding of EF.FNHarald Welte1-3/+3
2023-01-24gsm_r: Fix typo (it's EF.FN, not EF.EN)Harald Welte1-1/+1
2022-07-21filesystem: Use Tuple for record lengthHarald Welte1-7/+7
2022-07-21filesystem: Use Tuple for transparent file sizeHarald Welte1-3/+3
2022-07-20Never use Bytes without any 'Adapter'Harald Welte1-1/+1
2022-02-11cosmetic: Switch to consistent four-spaces indent; run autopep8Harald Welte1-27/+78
2021-11-10filesystem: fix decode_select_responsePhilipp Maier1-3/+0
2021-10-21pySim-shell: Add support for GSM-R SIM Cards with DF.EIRENEHarald Welte1-0/+258