mirror of https://gerrit.osmocom.org/pysim
gsm_r: Fix typo (it's EF.FN, not EF.EN)
Related: OS#5784 Change-Id: I2c97a02973d2a1eda2cea5412391144726bb0525changes/50/31050/1
parent
bc7437d3b6
commit
e6d7b14f43
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue