ts_31_103.py: Add ADF map for files at ISIM ADF

EF_ISIM_ADF_map introduced in this commit maps EF file names in ISIM ADF
to its repective Identifier and serves as a lookup table

Change-Id: I95c8691d9112541c2c0e01857b19681c00f322f2
This commit is contained in:
herlesupreeth 2020-12-23 09:41:07 +01:00
parent b0c7d121d7
commit 75c14c0cbd
1 changed files with 22 additions and 0 deletions

View File

@ -44,3 +44,25 @@ EF_IST_map = {
18: 'IMS configuration data',
19: 'XCAP Configuration Data'
}
EF_ISIM_ADF_map = {
'IST': '6F07',
'IMPI': '6F02',
'DOMAIN': '6F03',
'IMPU': '6F04',
'AD': '6FAD',
'ARR': '6F06',
'PCSCF': '6F09',
'GBAP': '6FD5',
'GBANL': '6FD7',
'NAFKCA': '6FDD',
'UICCIARI': '6FE7',
'SMS': '6F3C',
'SMSS': '6F43',
'SMSR': '6F47',
'SMSP': '6F42',
'FromPreferred': '6FF7',
'IMSConfigData': '6FF8',
'XCAPConfigData': '6FFC',
'WebRTCURI': '6FFA'
}