Change in pysim[master]: ts_31_103: Add Rel 16.6 enhancements (MuDMiDConfigData)

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.org
Wed Apr 21 09:02:52 UTC 2021


laforge has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/39/23839/1

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: 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/84658b0e/attachment.htm>


More information about the gerrit-log mailing list