Loading ttcn/LibIms_Templates.ttcn +14 −0 Original line number Original line Diff line number Diff line Loading @@ -3476,6 +3476,20 @@ group response_receive } } } } 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 } // end response_receive }//end modified_templates }//end modified_templates Loading Loading
ttcn/LibIms_Templates.ttcn +14 −0 Original line number Original line Diff line number Diff line Loading @@ -3476,6 +3476,20 @@ group response_receive } } } } 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 } // end response_receive }//end modified_templates }//end modified_templates Loading