diff --git a/ttcn/LibIms_Templates.ttcn b/ttcn/LibIms_Templates.ttcn index 21a2ea75e142bb7e88fb5fda6878c604db88af8a..4808bbda5cc98cbce9c3fafa757f82fb9e1d5c5a 100644 --- a/ttcn/LibIms_Templates.ttcn +++ b/ttcn/LibIms_Templates.ttcn @@ -3475,6 +3475,20 @@ group response_receive pChargingVector := p_chargingVector // mw_pChargingVector(p_id,p_paramValue) } } + + + template Response mw_Response_PchargingVecFctadrId(template StatusLine p_statusLine, template CallId p_callId, + template CSeq p_cSeq, template PChargingVector p_chargingVector, + template PChargingFunctionAddresses p_chargingFunctionAddresses, template PPreferredID p_preferredID) modifies mw_Response_Base:= + { + statusLine := {sipVersion := c_sipNameVersion, statusCode := p_statusLine.statusCode, reasonPhrase := ?}, + msgHeader := + { + pChargingVector := p_chargingVector, // mw_pChargingVector(p_id,p_paramValue) + pChargingFunctionAddresses := p_chargingFunctionAddresses, + pPreferredID := p_preferredID + } + } } // end response_receive