aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-05-24 15:26:29 +0200
committerlaforge <laforge@osmocom.org>2023-05-25 07:55:44 +0000
commit24e77a775815e90cb9f04ae9157ddc2fcee87eff (patch)
tree5eea05d2737eeb3d3dfb282a0379f7a9f75bf1bb
parent5206429c0c3d0bd777ba0abb5f652b6b4685bb8e (diff)
ts_31_102: Fix FID + SFI of EF.MCHPPLMN
-rw-r--r--pySim/ts_31_102.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py
index 08a99f6..77b8325 100644
--- a/pySim/ts_31_102.py
+++ b/pySim/ts_31_102.py
@@ -1330,7 +1330,7 @@ class EF_5GNSWO_CONF(TransparentEF):
# TS 31.102 Section 4.4.11.20 (Rel 17)
class EF_MCHPPLMN(TransparentEF):
- def __init__(self, fid='4f12', sfid=0x12, name='EF.MCHPPLMN',
+ def __init__(self, fid='4f15', sfid=0x15, name='EF.MCHPPLMN',
desc='Multiplier Coefficient for Higher Priority PLMN search', **kwargs):
super().__init__(fid, sfid=sfid, name=name, desc=desc, **kwargs)
self._construct = Struct('multiplier_coefficient'/Int8ub)