aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/gsm_r.py
diff options
context:
space:
mode:
Diffstat (limited to 'pySim/gsm_r.py')
-rw-r--r--pySim/gsm_r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pySim/gsm_r.py b/pySim/gsm_r.py
index 8464197..ed85c73 100644
--- a/pySim/gsm_r.py
+++ b/pySim/gsm_r.py
@@ -60,7 +60,7 @@ class EF_FN(LinFixedEF):
"""Section 7.2"""
def __init__(self):
- super().__init__(fid='6ff1', sfid=None, name='EF.EN',
+ super().__init__(fid='6ff1', sfid=None, name='EF.FN',
desc='Functional numbers', rec_len=(9, 9))
self._construct = Struct('functional_number_and_type'/FuncNTypeAdapter(Bytes(8)),
'list_number'/Int8ub)