ts_31_103: Use EF_SMS, EF_SMSS, EF_SMSR, EF_SMSP from ts_51_011

Change-Id: I688cfddcf5845316f71a9641d4426a20f58c1fba
This commit is contained in:
Harald Welte 2021-04-21 10:50:12 +02:00
parent 3990ebb810
commit 35dfe826c0
1 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ Various constants from ETSI TS 131 103 V14.2.0
from pySim.filesystem import *
from pySim.utils import *
from pySim.ts_51_011 import EF_AD
from pySim.ts_51_011 import EF_AD, EF_SMS, EF_SMSS, EF_SMSR, EF_SMSP
from pySim.ts_31_102 import ADF_USIM
import pySim.ts_102_221
@ -176,10 +176,10 @@ class ADF_ISIM(CardADF):
EF_GBABP(),
EF_GBANL(),
EF_NAFKCA(),
# SMS
# SMSS
# SMSR
#EF_SMSP(),
EF_SMS(),
EF_SMSS(),
EF_SMSR(),
EF_SMSP(),
EF_UICCIARI(),
# FromPreferred
EF_IMSConfigData(),