Loading LibIms_Templates.ttcn +22 −1 Original line number Diff line number Diff line Loading @@ -1011,6 +1011,27 @@ group request_send { messageBody := p_mb } /* * * @desc INVITE message exchanged at Mw * */ template INVITE_Request m_INVITE_Request_HistoryInfo_IMS (SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact, template Require p_require, template Route p_route, template RecordRoute p_recordRoute, template Supported p_supported, template PChargingVector p_pChargingVector, template MessageBody p_mb, template HistoryInfo p_historyInfo) modifies m_INVITE_Request_IMS := { msgHeader := { contentLength := {fieldName := CONTENT_LENGTH_E, len:= f_MessageBodyLength(valueof(p_mb))}, contentType := {fieldName := CONTENT_TYPE_E, mediaType := c_sdpAplication}, historyInfo := p_historyInfo } } /* * * @desc INVITE message exchanged at Mw Loading Loading
LibIms_Templates.ttcn +22 −1 Original line number Diff line number Diff line Loading @@ -1011,6 +1011,27 @@ group request_send { messageBody := p_mb } /* * * @desc INVITE message exchanged at Mw * */ template INVITE_Request m_INVITE_Request_HistoryInfo_IMS (SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact, template Require p_require, template Route p_route, template RecordRoute p_recordRoute, template Supported p_supported, template PChargingVector p_pChargingVector, template MessageBody p_mb, template HistoryInfo p_historyInfo) modifies m_INVITE_Request_IMS := { msgHeader := { contentLength := {fieldName := CONTENT_LENGTH_E, len:= f_MessageBodyLength(valueof(p_mb))}, contentType := {fieldName := CONTENT_TYPE_E, mediaType := c_sdpAplication}, historyInfo := p_historyInfo } } /* * * @desc INVITE message exchanged at Mw Loading