From 06c4a5b2d9b08c164bbea664b2ea7967d7d4e47a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 21 Jan 2022 15:49:00 +0100 Subject: [PATCH] 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 --- pySim/ts_31_102.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py index c96bf098..f6f6c00e 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(),