aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-04-21 10:50:12 +0200
committerHarald Welte <laforge@osmocom.org>2021-04-24 11:43:04 +0200
commit35dfe826c01e45362ed2afd672b9aecfe83b81c0 (patch)
tree8df00d3b6092f48a33beb34384a2ed9a2ee2d4cf
parent3990ebb8107c8db74a7c55e1b2aef1b21c0f838e (diff)
ts_31_103: Use EF_SMS, EF_SMSS, EF_SMSR, EF_SMSP from ts_51_011
-rw-r--r--pySim/ts_31_103.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/pySim/ts_31_103.py b/pySim/ts_31_103.py
index cea4832..7bb7ed2 100644
--- a/pySim/ts_31_103.py
+++ b/pySim/ts_31_103.py
@@ -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(),