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/.
Vadim Yanitskiy gerrit-no-reply at lists.osmocom.orgVadim Yanitskiy has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/08/11208/1
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: newchange
Gerrit-Change-Id: I29ac0a2828b565baa1d2f3ac0a922bc441378f94
Gerrit-Change-Number: 11208
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181003/04bf0893/attachment.htm>