Change in osmo-ttcn3-hacks[master]: library/RSL_Types.ttcn: fix inadequate template restriction

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Oct 3 21:37:41 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/11208 )

Change subject: library/RSL_Types.ttcn: fix inadequate template restriction
......................................................................

library/RSL_Types.ttcn: fix inadequate template restriction

The 'tr_RSL_UNITDATA_IND' is a 'response' template, so there
is no reason to restrict 'link_id' to any obvious value.

Change-Id: I29ac0a2828b565baa1d2f3ac0a922bc441378f94
---
M library/RSL_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index 7992132..5afabe1 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -1076,7 +1076,7 @@
 		msg_type := RSL_MT_UNIT_DATA_IND
 	}
 	template RSL_Message tr_RSL_UNITDATA_IND(template RslChannelNr chan_nr,
-						 template (value) RslLinkId link_id,
+						 template RslLinkId link_id,
 						 template octetstring l3_info)
 	modifies tr_RSL_DATA_IND := {
 		msg_type := RSL_MT_UNIT_DATA_IND

-- 
To view, visit https://gerrit.osmocom.org/11208
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I29ac0a2828b565baa1d2f3ac0a922bc441378f94
Gerrit-Change-Number: 11208
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181003/8bef497a/attachment.htm>


More information about the gerrit-log mailing list