This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/23838 )
Change subject: ts_31_103: Use EF_SMS, EF_SMSS, EF_SMSR, EF_SMSP from ts_51_011
......................................................................
ts_31_103: Use EF_SMS, EF_SMSS, EF_SMSR, EF_SMSP from ts_51_011
Change-Id: I688cfddcf5845316f71a9641d4426a20f58c1fba
---
M pySim/ts_31_103.py
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/38/23838/1
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 @@
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 @@
EF_GBABP(),
EF_GBANL(),
EF_NAFKCA(),
- # SMS
- # SMSS
- # SMSR
- #EF_SMSP(),
+ EF_SMS(),
+ EF_SMSS(),
+ EF_SMSR(),
+ EF_SMSP(),
EF_UICCIARI(),
# FromPreferred
EF_IMSConfigData(),
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/23838
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I688cfddcf5845316f71a9641d4426a20f58c1fba
Gerrit-Change-Number: 23838
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210421/0ab62410/attachment.htm>