aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/ts_51_011.py
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-07-28 05:26:02 +0700
committerfixeria <vyanitskiy@sysmocom.de>2020-09-20 06:58:36 +0000
commitdfe3dbb11700998b52e62906a3a0942670cb49d3 (patch)
tree3e18894c1d8bb8d3ba5ff57bf65e12f0491059ba /pySim/ts_51_011.py
parenta562ea0351ed7e58bb8784e53bdc34f6fb669a65 (diff)
pySim-read.py: decode contents of EF.AD (Administrative data)
Diffstat (limited to 'pySim/ts_51_011.py')
-rw-r--r--pySim/ts_51_011.py12
1 files changed, 11 insertions, 1 deletions
diff --git a/pySim/ts_51_011.py b/pySim/ts_51_011.py
index 37d2bc8..8b73f02 100644
--- a/pySim/ts_51_011.py
+++ b/pySim/ts_51_011.py
@@ -313,4 +313,14 @@ EF_SST_map = {
57: 'Multimedia Messaging Service (MMS)',
58: 'Extension 8',
59: 'MMS User Connectivity Parameters',
-} \ No newline at end of file
+}
+
+# 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',
+}