aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/ts_51_011.py
AgeCommit message (Collapse)AuthorFilesLines
2020-09-20pySim-read.py: decode contents of EF.AD (Administrative data)Vadim Yanitskiy1-1/+11
Change-Id: I938667bdf99d238eefac205d6dd70db1d714d842
2020-06-03ts_31_102.py: add EF_ADF_mapSebastian Viviani1-0/+2
the EF files in the USIM ADF are different to the ones int the GSM dir so added the dictionary to avoid conflicts and hardcoded values the 'DIR' one was added in ts_51_011.py, not sure if it should be there as it's not in that standard, but did it for simplicity Change-Id: I458380bf46b2986662ecdede2551c22cd9be92ba
2020-04-01Define mapping between SIM Service Number and its descriptionSupreeth Herle1-0/+63
This commit introduces a lookup table which maps SIM Service Number to its description. The mapping is defined in 3GPP TS 51.011 version 4.15.0 Release 4, 10.3.7 EF.SST (SIM Service Table) Change-Id: I4a416bd8bff563ae08b1b3c053d2047da91667b4
2018-01-10ts_51_011: A file with MF/DF/EF constants from TS 51 011Alexander Chemeris1-0/+251
pySim has been using magic numbers to access various files which makes it hard to read, maintain and extend. With this file in place we can start replacing all those magic numbers with human readable names lile EF['IMSI'] instead of ['3F00', '7F20', '6F07']. Change-Id: I38f5d36d16b41b5d516a6a3e2ec1d09637883932