pySim-read.py: decode contents of EF.AD (Administrative data)

Change-Id: I938667bdf99d238eefac205d6dd70db1d714d842
This commit is contained in:
Vadim Yanitskiy
2020-07-28 05:26:02 +07:00
committed by fixeria
parent a562ea0351
commit dfe3dbb117
8 changed files with 39 additions and 9 deletions

View File

@@ -313,4 +313,14 @@ EF_SST_map = {
57: 'Multimedia Messaging Service (MMS)',
58: 'Extension 8',
59: 'MMS User Connectivity Parameters',
}
}
# 10.3.18 "EF.AD (Administrative data) "
EF_AD_mode_map = {
'00' : 'normal operation',
'80' : 'type approval operations',
'01' : 'normal operation + specific facilities',
'81' : 'type approval operations + specific facilities',
'02' : 'maintenance (off line)',
'04' : 'cell test operation',
}