laforge has submitted this change. (
https://gerrit.osmocom.org/c/pysim/+/37610?usp=email
)
Change subject: ts_31_103_shared: fix file structure of EF.WebRTCURI
......................................................................
ts_31_103_shared: fix file structure of EF.WebRTCURI
EF_WebRTCURI should inherit from LinFixedEF intead of TransparentEF.
(See also 3gpp TS 31.103, section 4.2.20)
Related: OS#6092
Change-Id: I903c483a8553fbe599fa7b5a2aefb28bc85b5078
---
M pySim/ts_31_103_shared.py
1 file changed, 14 insertions(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/pySim/ts_31_103_shared.py b/pySim/ts_31_103_shared.py
index 98b5954..73416cb 100644
--- a/pySim/ts_31_103_shared.py
+++ b/pySim/ts_31_103_shared.py
@@ -92,7 +92,7 @@
self._tlv = EF_XCAPConfigData.XcapConnParamsPolicy
# TS 31.103 Section 4.2.20
-class EF_WebRTCURI(TransparentEF):
+class EF_WebRTCURI(LinFixedEF):
class uri(BER_TLV_IE, tag=0x80):
_construct = Utf8Adapter(GreedyBytes)
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/37610?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I903c483a8553fbe599fa7b5a2aefb28bc85b5078
Gerrit-Change-Number: 37610
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged