forked from public/pysim
utils.py add LOCI EFs decode functions
The LOCI, PSLOCI and EPSLOCI contain some info, including the PLMN, added helper functions to decode it Change-Id: Ibb513ff7d1dc6d33b354ae26cbd9c390ea3c8efc
This commit is contained in:
@@ -137,6 +137,12 @@ EF_UST_map = {
|
||||
111: 'ePDG configuration Information for Emergency Service configured',
|
||||
}
|
||||
|
||||
LOCI_STATUS_map = {
|
||||
0: 'updated',
|
||||
1: 'not updated',
|
||||
2: 'plmn not allowed',
|
||||
3: 'locatation area not allowed'
|
||||
}
|
||||
EF_USIM_ADF_map = {
|
||||
'LI': '6F05',
|
||||
'ARR': '6F06',
|
||||
|
||||
Reference in New Issue
Block a user