Commit f01f4faa authored by pintar's avatar pintar
Browse files

wrong comment and correction due to AS(SUT) test

parent 8fa942c5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3612,12 +3612,13 @@ group SuplementaryService_MCID{
								
				// Request-Uri refers to home network (SUT)
				f_IMS_preamble_woRegistration(c_userProfile_SCSCFwithHomeUE, p_cSeq_s); // LibSip
    			f_init_interfaceprofile(c_interfaceProfile_IMS_SUT_AS);

				f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict());
				// Testbody

				// INVITE to AS1@IMS
				LibIms_Steps.f_setHeadersINVITE(vc_cSeq, c_userProfile_AS1);
				LibIms_Steps.f_setHeadersINVITE(vc_cSeq, c_userProfile_UE2atSUThome);
				f_SendINVITE(m_INVITE_Request_PAsserted_Privacy_IMS(vc_requestUri, vc_callId, vc_cSeq, valueof(m_From_Anonymous(f_getRndTag())), vc_to, vc_via, vc_contact, omit, 
																	vc_route, vc_recordRoute, v_PAsserted, omit, omit, omit, m_MBody_SDP(vc_sdp_local)));
				
@@ -4069,4 +4070,4 @@ group SuplementaryService_MCID{
	}// end group SS_MCID_SIPSIP
}// end  group SuplementaryService_MCID 

} // end module SipIsup_SIP_TCFunctions
} // end module SS_Ims_TCFunctions