From 6e789e53a1a2218c76f7c50756a91947aeba76b2 Mon Sep 17 00:00:00 2001 From: rennoch Date: Tue, 16 Oct 2012 10:43:27 +0000 Subject: [PATCH] new mw_Response_PchargingVecFctadrId --- ttcn/LibIms_Templates.ttcn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ttcn/LibIms_Templates.ttcn b/ttcn/LibIms_Templates.ttcn index 21a2ea7..4808bbd 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 -- GitLab