laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/32981 )
Change subject: ts_31_102: Fix FID + SFI of EF.MCHPPLMN ......................................................................
ts_31_102: Fix FID + SFI of EF.MCHPPLMN
Change-Id: I7e24c904e47cc6f90e90b8634cbed478bd14231f --- M pySim/ts_31_102.py 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/81/32981/1
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 @@
# 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)