Commit 15ef8df4 authored by pintar's avatar pintar
Browse files

corrections due to validation in weeks 4 and 5 - STF467

-addaptation of two tests due to validation
parent 373ea42f
Loading
Loading
Loading
Loading
+3 −13
Original line number Original line Diff line number Diff line
@@ -5918,17 +5918,11 @@ module AtsIms_Gm_TCFunctions {


				// await response - 380 ...
				// await response - 380 ...
				f_awaitingResponseSendACK(mw_Response_PAsserted_ContentType((c_statusLine380),
				f_awaitingResponseSendACK(mw_Response_PAsserted_ContentType((c_statusLine380),
													vc_callId, vc_cSeq, mw_PAssertedID(mw_PAssertedIDValue(f_initSipUrl(c_interfaceProfile_IMS_SUT_PCSCF1))), {fieldName := CONTENT_TYPE_E, mediaType :=  c_ims3gppAplication}));
													vc_callId, vc_cSeq, mw_PAssertedID(mw_PAssertedIDValue(mw_SipUrl_Host(PX_IMS_SUT_PCSCF1_HOME_DOMAIN))), {fieldName := CONTENT_TYPE_E, mediaType :=  c_ims3gppAplication}));
				log("Check content type header(3GPP IMS XML BODY)!");
				log("Check content type header(3GPP IMS XML BODY)!");


				f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); // sync
				f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); // sync
				// point
				// test
				// body
				// done
				// POSTAMBLE
				// POSTAMBLE
				// send REGISTER, await 401, send REGISTER, await 200 OK
				f_RemoveRegistration(vc_cSeq); // deregistration in SUT
				f_selfOrClientSyncAndVerdict(c_poDone, f_getVerdict()); // sync
				f_selfOrClientSyncAndVerdict(c_poDone, f_getVerdict()); // sync
				// point
				// point
				// postamble
				// postamble
@@ -5967,7 +5961,7 @@ module AtsIms_Gm_TCFunctions {
				f_SendINVITE(m_INVITE_Request_UE(vc_requestUri, vc_callId,
				f_SendINVITE(m_INVITE_Request_UE(vc_requestUri, vc_callId,
												 p_cSeq_s, vc_from, vc_to,
												 p_cSeq_s, vc_from, vc_to,
												 vc_via, vc_contact, omit,
												 vc_via, vc_contact, omit,
												 vc_route_REG, omit,
												 vc_route, omit,
												 m_MBody_SDP(vc_sdp_local)));
												 m_MBody_SDP(vc_sdp_local)));


				// await response - 100 ...
				// await response - 100 ...
@@ -5992,12 +5986,8 @@ module AtsIms_Gm_TCFunctions {
				f_awaitingResponseSendACK(mw_Response_Base(c_statusLine487, vc_callId,
				f_awaitingResponseSendACK(mw_Response_Base(c_statusLine487, vc_callId,
													vc_cSeq));
													vc_cSeq));


				// send REGISTER, await 401, send REGISTER, await 200 OK
				f_RemoveRegistration(vc_cSeq); // deregistration in SUT
				f_selfOrClientSyncAndVerdict(c_poDone, f_getVerdict()); // sync
				f_selfOrClientSyncAndVerdict(c_poDone, f_getVerdict()); // sync
				// point

				// postamble
				// done
				f_SIP_postamble_UE1_withoutRegistration();
				f_SIP_postamble_UE1_withoutRegistration();
			} // end function f_Sip_TC_IMST2_GM_EME_02_UE1
			} // end function f_Sip_TC_IMST2_GM_EME_02_UE1