mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
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
This commit is contained in:
@@ -92,7 +92,7 @@ class EF_XCAPConfigData(BerTlvEF):
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user