From b0d9360aac5b47387371d4654cf9e1b496700d46 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 20 Mar 2018 18:09:34 +0100 Subject: More progress on osmo-sip-connector tests Change-Id: I34a5d7929264c7f5f21d3868a5f919874ffa106c --- library/SIP_Emulation.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/SIP_Emulation.ttcn') diff --git a/library/SIP_Emulation.ttcn b/library/SIP_Emulation.ttcn index 57ec7043..3957b8f1 100644 --- a/library/SIP_Emulation.ttcn +++ b/library/SIP_Emulation.ttcn @@ -70,7 +70,7 @@ template RequestLine tr_ReqLine(template Method method) := { sipVersion := ? } -template PDU_SIP_Request tr_SIP_INVITE := { +private template PDU_SIP_Request tr_SIP_INVITE := { requestLine := tr_ReqLine(INVITE_E), msgHeader := t_SIP_msgHeader_any, messageBody := *, -- cgit v1.2.3