Commit 44594516 authored by rennoch's avatar rennoch
Browse files

update due to Testcast compiler run

parent 1ae305d2
Loading
Loading
Loading
Loading
+6480 −6473

File changed.

Preview size limit exceeded, changes collapsed.

+5 −5
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ group General {

		f_awaitingREGISTER_sendReply(mw_REGISTER_Request_Base, true); //LibSIP
		
		if (not match(f_getPathHeaderTop(vc_request),f_get_interfaceNameAddr(vc_interfaceprofile))) // IUT_IBCF1
		if (not match(valueof(f_getPathHeaderTop(vc_request)),f_get_interfaceNameAddr(vc_interfaceprofile))) // IUT_IBCF1
			{setverdict(fail)};
		f_check2Null("");	

+7 −7
Original line number Diff line number Diff line
@@ -1625,7 +1625,7 @@ module AtsIms_Mw_TCFunctions
		*  @param	p_cSeq_s 
		*/
		function f_TC_IMST2_MW_REG_14_UE1(in CSeq p_cSeq_s) runs on ImsComponent {
			var REGISTER_Request v_register;
			var template REGISTER_Request v_register;
		
			v_register := valueof(m_REGISTER_Request_Base(vc_requestUri, vc_callId, p_cSeq_s, vc_from, vc_to, vc_via_REG, vc_contact, vc_authorization));	
			//Variables & defaults initialization
@@ -2920,7 +2920,7 @@ module AtsIms_Mw_TCFunctions

			t.start(1.0);
			alt{
				[]t.timeout;
				[]t.timeout{}
			}
				
			//	any response to complete the request
@@ -3010,7 +3010,7 @@ module AtsIms_Mw_TCFunctions
				f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());// sync point test body done
    			t.start(1.0);
    			alt{
    				[]t.timeout;
    				[]t.timeout{}
    			}
    				
    			//	any response to complete the request
@@ -3043,7 +3043,7 @@ module AtsIms_Mw_TCFunctions
			// 	INVITE UE1 (registered at SUT)
			t.start(5.0);
			alt{
			    []t.timeout;
			    []t.timeout{}
			}
			LibIms_Steps.f_setHeadersINVITE(p_cSeq_s, c_userProfile_UE1atSUThome);
			f_SendINVITE(m_INVITE_Request_IMS(vc_requestUri, vc_callId, vc_cSeq, vc_from, vc_to, vc_via, vc_contact, omit, vc_route, omit, omit, m_pChargingVector_origIoi_fixedValue(vc_userprofile.homeDomain), valueof(m_MBody_SDP(vc_sdp_local))));
@@ -4997,7 +4997,7 @@ module AtsIms_Mw_TCFunctions
			t_regExpires.start(3598.0); 		
			alt
			{
				[] SIPP.receive(?)
				[] SIPP.receive
				{
					t_regExpires.stop;
					setverdict(fail);
@@ -5050,7 +5050,7 @@ module AtsIms_Mw_TCFunctions
			t_regExpires.start(3598.0); 		
			alt
			{
				[] SIPP.receive(?)
				[] SIPP.receive
				{
					t_regExpires.stop;
					setverdict(fail);
@@ -5341,7 +5341,7 @@ module AtsIms_Mw_TCFunctions
			f_SendINVITE ( m_INVITE_Request_UE (	vc_requestUri, vc_callId, p_cSeq_s, vc_from, vc_to, vc_via, vc_contact, omit,
													vc_route, omit, m_MBody_SDP ( vc_sdp_local ) ));
			// await response - 200
			if ( valueof ( p_secClient ) == omit ) {
			if ( not isvalue ( p_secClient ) ) {
			    f_awaitingResponse ( mw_Response_Base ( ( c_statusLine200 ), vc_callId, vc_cSeq ));
			}
			else {