Commit a3ad1b21 authored by pintar's avatar pintar
Browse files

compiling with TTWB11 and errors are solved

parent e1ac8e17
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1050,7 +1050,7 @@ group SipIsup_ISUP_Receive_MsgsTempl
	 endOfOptionalParameters := '00000000'B                /* End of optional parameters, O, len=1 */
	}
	
	template IAM_MSG mw_IAM_NCI(Bit2 p_cotChkInd) :=
	template IAM_MSG mw_IAM_NCI(template Bit2 p_cotChkInd) :=
	/* RX template for Initial address message (IAM) with default (F) and (V) parameters, except for Nature of connection indicators and  and Calling party's category, with Forward call Indicators (parameterized), and with 'any' optional parameters. */
	{
	 msgType := '00000001'B,                                /* Message Type '00000001'B */
@@ -1155,7 +1155,7 @@ group SipIsup_ISUP_Receive_MsgsTempl
	 endOfOptionalParameters := '00000000'B                /* End of optional parameters, O, len=1 */
	}

	template IAM_MSG mw_IAM_USI_NCI(Bit2 p_cotChkInd, template USI_PAR_tlv p_USI) :=
	template IAM_MSG mw_IAM_USI_NCI(template Bit2 p_cotChkInd, template USI_PAR_tlv p_USI) :=
	/* RX template for Initial address message (IAM) with default (F) and (V) parameters, except for Nature of connection indicators, with User service information parameterized and with 'any' other optional parameters. */
	{
	 msgType := '00000001'B,                                /* Message Type '00000001'B */
@@ -1430,7 +1430,7 @@ group SipIsup_ISUP_Encaps_Transmit_Msgs_Templ
		calledPartyNumber := m_CDN_PAR_ENC_Def		  
	}
	
	template (value) IAM_MSG mw_IAM_UUI_UUIF_ENC(template UUID_PAR_tlv p_UUI, template UUIF_PAR_tlv p_UUIF)
	template IAM_MSG mw_IAM_UUI_UUIF_ENC(template UUID_PAR_tlv p_UUID, template UUIF_PAR_tlv p_UUIF)
	modifies mw_IAM_UUI_UUIF
	:=
	{
+1 −1
Original line number Diff line number Diff line
@@ -1597,7 +1597,7 @@ import from LibCommon_VerdictControl all;
	*        set headers and send Ack message
	*/
	function f_awaitingBYE_sendReply_Encaps
	(in CallId p_CallId, inout CSeq p_cSeq_s) runs on SipComponent
	(in template CallId p_CallId, inout CSeq p_cSeq_s) runs on SipComponent
	{
	  var Request	v_Cancel, v_BYE_Request;