From fabe0f202abe8876ec172d56734207003b4259b9 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 3 Oct 2018 17:51:47 +0700 Subject: 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 --- library/RSL_Types.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') 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 -- cgit v1.2.3