laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/31050
)
Change subject: gsm_r: Fix typo (it's EF.FN, not EF.EN)
......................................................................
gsm_r: Fix typo (it's EF.FN, not EF.EN)
Related: OS#5784
Change-Id: I2c97a02973d2a1eda2cea5412391144726bb0525
---
M pySim/gsm_r.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/50/31050/1
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 @@
"""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)
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/31050
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I2c97a02973d2a1eda2cea5412391144726bb0525
Gerrit-Change-Number: 31050
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange