Loading ttcn/LibIms_Templates.ttcn +38 −3 Original line number Diff line number Diff line Loading @@ -3800,6 +3800,41 @@ module LibIms_Templates { payload := omit } template(value) Response m_Response_2xx_ext( template(value) StatusLine_2xx p_statusLine, template(omit) CallId p_callId, template(omit) CSeq p_cSeq, template(value) From p_from, template(value) To p_to, template(value) Via p_via, template(omit) Route p_route, template(omit) RecordRoute p_recordroute ) modifies m_Response_2xx_Base := { msgHeader := { route := p_route, // f_route(), recordRoute := p_recordroute // f_recordroute() } } template(value) Response m_Response_2xx_mbody( template(value) StatusLine_2xx p_statusLine, template(omit) CallId p_callId, template(omit) CSeq p_cSeq, template(value) From p_from, template(value) To p_to, template(value) Via p_via, template(omit) Route p_route, template(omit) RecordRoute p_recordroute, template(value) MessageBody p_mb ) modifies m_Response_2xx_ext := { msgHeader := { contentLength := m_contentLength(f_MessageBodyLength(p_mb)), contentType := m_contentType(c_sdpApplication) }, messageBody := p_mb } template(value) Response m_Response_2xxonBYE_UE( template(value) StatusLine_2xx p_statusLine, template(value) CallId p_callId, Loading Loading @@ -3893,7 +3928,7 @@ module LibIms_Templates { template(value) MessageBody p_mb, template(omit) Contact p_contact, template(value) PChargingVector p_pChargingVector ) modifies m_Response_mbody := { ) modifies m_Response_2xx_mbody := { msgHeader := { contact := p_contact, pChargingFunctionAddresses := m_pChargingFunctionAddresses_fixedValue, Loading Loading
ttcn/LibIms_Templates.ttcn +38 −3 Original line number Diff line number Diff line Loading @@ -3800,6 +3800,41 @@ module LibIms_Templates { payload := omit } template(value) Response m_Response_2xx_ext( template(value) StatusLine_2xx p_statusLine, template(omit) CallId p_callId, template(omit) CSeq p_cSeq, template(value) From p_from, template(value) To p_to, template(value) Via p_via, template(omit) Route p_route, template(omit) RecordRoute p_recordroute ) modifies m_Response_2xx_Base := { msgHeader := { route := p_route, // f_route(), recordRoute := p_recordroute // f_recordroute() } } template(value) Response m_Response_2xx_mbody( template(value) StatusLine_2xx p_statusLine, template(omit) CallId p_callId, template(omit) CSeq p_cSeq, template(value) From p_from, template(value) To p_to, template(value) Via p_via, template(omit) Route p_route, template(omit) RecordRoute p_recordroute, template(value) MessageBody p_mb ) modifies m_Response_2xx_ext := { msgHeader := { contentLength := m_contentLength(f_MessageBodyLength(p_mb)), contentType := m_contentType(c_sdpApplication) }, messageBody := p_mb } template(value) Response m_Response_2xxonBYE_UE( template(value) StatusLine_2xx p_statusLine, template(value) CallId p_callId, Loading Loading @@ -3893,7 +3928,7 @@ module LibIms_Templates { template(value) MessageBody p_mb, template(omit) Contact p_contact, template(value) PChargingVector p_pChargingVector ) modifies m_Response_mbody := { ) modifies m_Response_2xx_mbody := { msgHeader := { contact := p_contact, pChargingFunctionAddresses := m_pChargingFunctionAddresses_fixedValue, Loading