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 submitted this change. ( 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(-)
Approvals:
Jenkins Builder: Verified
dexter: Looks good to me, but someone else must approve
herlesupreeth: Looks good to me, approved
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: 3
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: herlesupreeth <herlesupreeth at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210424/473ac4a5/attachment.htm>