From 6b4856dd17f5fa87b9eb7bfe16eac06145d4af1c Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 25 May 2020 21:23:46 +0700 Subject: library/IPA_Emulation: cosmetic: fix template restrictions Change-Id: I375d1b50491ff0c848088277a86dc061be0a943b --- library/IPA_Emulation.ttcnpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'library') diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp index 8954f713..1bfc8dc4 100644 --- a/library/IPA_Emulation.ttcnpp +++ b/library/IPA_Emulation.ttcnpp @@ -110,12 +110,12 @@ type record ASP_RSL_Unitdata { RSL_Message rsl }; -template ASP_RSL_Unitdata ts_ASP_RSL_UD(IpaStreamId sid, template RSL_Message rsl) := { +template (value) ASP_RSL_Unitdata ts_ASP_RSL_UD(IpaStreamId sid, template (value) RSL_Message rsl) := { streamId := sid, - rsl := valueof(rsl) + rsl := rsl } -template ASP_RSL_Unitdata tr_ASP_RSL_UD(IpaStreamId sid, template RSL_Message rsl) := { +template ASP_RSL_Unitdata tr_ASP_RSL_UD(template IpaStreamId sid, template RSL_Message rsl) := { streamId := sid, rsl := rsl } -- cgit v1.2.3