aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-01-21 15:49:00 +0100
committerlaforge <laforge@osmocom.org>2022-02-09 20:23:27 +0000
commit06c4a5b2d9b08c164bbea664b2ea7967d7d4e47a (patch)
tree93ade3f98183cf8e8a0a301a2465cbcfa845ab55
parent362d2d0433f47100e19067f837af18a23f57f349 (diff)
ts_31_102: EF.PNN encoding is identical to that of DF.GSM
so let's use the DF.GSM/EF.PNN decoder Change-Id: If2ce52fccfca3d8bb2c9801b9812912922600377
-rw-r--r--pySim/ts_31_102.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py
index c96bf09..f6f6c00 100644
--- a/pySim/ts_31_102.py
+++ b/pySim/ts_31_102.py
@@ -292,7 +292,7 @@ from pySim.ts_51_011 import EF_IMSI, EF_xPLMNwAcT, EF_SPN, EF_CBMI, EF_ACC, EF_P
from pySim.ts_51_011 import EF_CBMID, EF_CBMIR, EF_ADN, EF_SMS, EF_MSISDN, EF_SMSP, EF_SMSS
from pySim.ts_51_011 import EF_SMSR, EF_DCK, EF_EXT, EF_CNL, EF_OPL, EF_MBI, EF_MWIS
from pySim.ts_51_011 import EF_MMSN, EF_MMSICP, EF_MMSUP, EF_MMSUCP, EF_VGCS, EF_VGCSS, EF_NIA
-from pySim.ts_51_011 import EF_ACMmax, EF_AAeM, EF_eMLPP, EF_CMI
+from pySim.ts_51_011 import EF_ACMmax, EF_AAeM, EF_eMLPP, EF_CMI, EF_PNN
import pySim.ts_102_221
@@ -1037,7 +1037,7 @@ class ADF_USIM(CardADF):
'User controlled PLMN Selector with Access Technology'),
EF_ARR('6f06', 0x17),
TransparentEF('6fc4', None, 'EF.NETPAR', 'Network Parameters'),
- LinFixedEF('6fc5', 0x19, 'EF.PNN', 'PLMN Network Name'),
+ EF_PNN('6fc5', 0x19),
EF_OPL(),
EF_ADN('6fc7', None, 'EF.MBDN', 'Mailbox Dialling Numbers'),
EF_MBI(),