gsm_r: Fix typo (it's EF.FN, not EF.EN)

Related: OS#5784
Change-Id: I2c97a02973d2a1eda2cea5412391144726bb0525
This commit is contained in:
Harald Welte 2023-01-24 14:27:25 +01:00
parent bc7437d3b6
commit e6d7b14f43
1 changed files with 1 additions and 1 deletions

View File

@ -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)