Loading ttcn/LibIms_Templates.ttcn +11 −0 Original line number Diff line number Diff line Loading @@ -3490,6 +3490,17 @@ group response_receive } } template Response mw_Response_PAsserted_ContentType (template StatusLine p_statusLine, template CallId p_callId, template CSeq p_cSeq, template PAssertedID p_pAssertedID, template ContentType p_contentType) modifies mw_Response_Base:= { statusLine := {sipVersion := c_sipNameVersion, statusCode := p_statusLine.statusCode, reasonPhrase := ?}, msgHeader := { pAssertedID := p_pAssertedID, contentType := p_contentType } } template Response mw_Response_PchargingVector(template StatusLine p_statusLine, template CallId p_callId, template CSeq p_cSeq, template PChargingVector p_chargingVector) modifies mw_Response_Base:= { Loading Loading
ttcn/LibIms_Templates.ttcn +11 −0 Original line number Diff line number Diff line Loading @@ -3490,6 +3490,17 @@ group response_receive } } template Response mw_Response_PAsserted_ContentType (template StatusLine p_statusLine, template CallId p_callId, template CSeq p_cSeq, template PAssertedID p_pAssertedID, template ContentType p_contentType) modifies mw_Response_Base:= { statusLine := {sipVersion := c_sipNameVersion, statusCode := p_statusLine.statusCode, reasonPhrase := ?}, msgHeader := { pAssertedID := p_pAssertedID, contentType := p_contentType } } template Response mw_Response_PchargingVector(template StatusLine p_statusLine, template CallId p_callId, template CSeq p_cSeq, template PChargingVector p_chargingVector) modifies mw_Response_Base:= { Loading