From 9c547e367dd58c36a6340c025c7730d150f4e8b8 Mon Sep 17 00:00:00 2001 From: pintar Date: Fri, 31 Jan 2014 12:18:12 +0000 Subject: [PATCH] corrections due to validation in weeks 4 and 5 - STF467 - sending of Contact header was missing within template m_Response_18XonINVITE --- ttcn/LibIms_Templates.ttcn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ttcn/LibIms_Templates.ttcn b/ttcn/LibIms_Templates.ttcn index 45cc5e4..85cdfaa 100644 --- a/ttcn/LibIms_Templates.ttcn +++ b/ttcn/LibIms_Templates.ttcn @@ -2914,10 +2914,11 @@ group response_send } template Response m_Response_18XonINVITE_PchargingVector (StatusLine p_statusLine, CallId p_callId, CSeq p_cSeq, - From p_from, To p_to, Via p_via, template PChargingVector p_pChargingVector ) modifies m_Response_Base:= + From p_from, To p_to, Via p_via, Contact p_contact, template PChargingVector p_pChargingVector ) modifies m_Response_Base:= { msgHeader := { + contact := p_contact, pChargingFunctionAddresses := m_pChargingFunctionAddresses_fixedValue, pChargingVector := p_pChargingVector -- GitLab