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:
Sebastian Viviani
2020-06-03 08:57:00 +01:00
parent 0e9f93fdd6
commit e61170c0eb
2 changed files with 36 additions and 0 deletions

View File

@@ -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',