From 4017d55bbe82d4aef565aadcb4532fd88b03bd10 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 26 Jan 2018 21:40:05 +0100 Subject: msc: Make TC_lu_and_mo_call succeed with osmo-mg enabled osmo-msc This is for patch https://gerrit.osmocom.org/#/c/4980 in osmo-msc Change-Id: Ieec52d5e0da776d35d6a473bd726b368af9d5c66 --- library/MGCP_Templates.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/MGCP_Templates.ttcn') diff --git a/library/MGCP_Templates.ttcn b/library/MGCP_Templates.ttcn index 182868e4..7f10bd2e 100644 --- a/library/MGCP_Templates.ttcn +++ b/library/MGCP_Templates.ttcn @@ -74,8 +74,8 @@ module MGCP_Templates { sdp := sdp } - template MgcpCommand tr_CRCX := { - line := t_MgcpCmdLine("CRCX", ?, ?), + template MgcpCommand tr_CRCX(template MgcpEndpoint ep := ?) := { + line := t_MgcpCmdLine("CRCX", ?, ep), params := *, sdp := * } -- cgit v1.2.3