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/+/23839 )
Change subject: ts_31_103: Add Rel 16.6 enhancements (MuDMiDConfigData)
......................................................................
ts_31_103: Add Rel 16.6 enhancements (MuDMiDConfigData)
Change-Id: I54046375f180017373ab8e06e60ac5a542da706a
---
M pySim/ts_31_103.py
1 file changed, 9 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
dexter: Looks good to me, but someone else must approve
fixeria: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/pySim/ts_31_103.py b/pySim/ts_31_103.py
index 7bb7ed2..d155fdc 100644
--- a/pySim/ts_31_103.py
+++ b/pySim/ts_31_103.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
-Various constants from ETSI TS 131 103 V14.2.0
+Various constants from 3GPP TS 31.103 V16.1.0
"""
#
@@ -50,6 +50,7 @@
18: 'IMS configuration data',
19: 'XCAP Configuration Data',
20: 'WebRTC URI',
+ 21: 'MuD and MiD configuration data',
}
EF_ISIM_ADF_map = {
@@ -159,6 +160,12 @@
def __init__(self, fid='6ffa', sfid=None, name='EF.WebRTCURI', desc='WebRTC URI'):
super().__init__(fid=fid, sfid=sfid, name=name, desc=desc)
+# TS 31.103 Section 4.2.21
+class EF_MuDMiDConfigData(TransparentEF):
+ def __init__(self, fid='6ffe', sfid=None, name='EF.MuDMiDConfigData',
+ desc='MuD and MiD Configuration Data'):
+ super().__init__(fid=fid, sfid=sfid, name=name, desc=desc)
+
class ADF_ISIM(CardADF):
def __init__(self, aid='a0000000871004', name='ADF.ISIM', fid=None, sfid=None,
@@ -185,6 +192,7 @@
EF_IMSConfigData(),
EF_XCAPConfigData(),
EF_WebRTCURI(),
+ EF_MuDMiDConfigData(),
]
self.add_files(files)
# add those commands to the general commands of a TransparentEF
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/23839
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I54046375f180017373ab8e06e60ac5a542da706a
Gerrit-Change-Number: 23839
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy 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/075e4323/attachment.htm>