aboutsummaryrefslogtreecommitdiffstats
path: root/library/RSL_Types.ttcn
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-10-03 17:51:47 +0700
committerHarald Welte <laforge@gnumonks.org>2018-10-03 21:37:40 +0000
commitfabe0f202abe8876ec172d56734207003b4259b9 (patch)
treed178fcb323a0c12a06fb53be312d8bf08e30b13c /library/RSL_Types.ttcn
parent121724cc9912a969d045d0d27e9d988845b27363 (diff)
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
Diffstat (limited to 'library/RSL_Types.ttcn')
-rw-r--r--library/RSL_Types.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index 79921320..5afabe1a 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -1076,7 +1076,7 @@ template RSL_Message tr_RSL_MsgTypeDR(template RSL_MessageType msg_type) modifie
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