pySim-read.py: decode contents of EF.AD (Administrative data)
Change-Id: I938667bdf99d238eefac205d6dd70db1d714d842
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user