fixeria has submitted this change. (
https://gerrit.osmocom.org/c/pysim/+/42387?usp=email )
(
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted
one.
)Change subject: ts_31_102: EF_5G_PROSE_UIR: fix copy-pasted inner class name
......................................................................
ts_31_102: EF_5G_PROSE_UIR: fix copy-pasted inner class name
Change-Id: I460e5ad70f35026d0d794271a4aef17323c14dfb
---
M pySim/ts_31_102.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py
index 7d06acf..2f7b945 100644
--- a/pySim/ts_31_102.py
+++ b/pySim/ts_31_102.py
@@ -1326,7 +1326,7 @@
pass
class FiveGDdnmfCtfAddrForUploading(BER_TLV_IE, tag=0x97):
pass
- class ProSeConfigDataForUeToNetworkRelayUE(BER_TLV_IE, tag=0xa0,
+ class ProSeConfigDataForUsageInfoReporting(BER_TLV_IE, tag=0xa0,
nested=[EF_5G_PROSE_DD.ValidityTimer,
CollectionPeriod,
ReportingWindow,
ReportingIndicators,
@@ -1336,7 +1336,7 @@
desc='5G ProSe configuration data for usage information
reporting', **kwargs):
super().__init__(fid, sfid=sfid, name=name, desc=desc, **kwargs)
# contains TLV structure despite being TransparentEF, not BER-TLV ?!?
- self._tlv = EF_5G_PROSE_UIR.ProSeConfigDataForUeToNetworkRelayUE
+ self._tlv = EF_5G_PROSE_UIR.ProSeConfigDataForUsageInfoReporting
# TS 31.102 Section 4.4.13.8 (Rel 18)
class EF_5G_PROSE_U2URU(TransparentEF):
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/42387?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I460e5ad70f35026d0d794271a4aef17323c14dfb
Gerrit-Change-Number: 42387
Gerrit-PatchSet: 5
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>