Commit 377c22d1 authored by rennoch's avatar rennoch
Browse files

updated IC_INI_07 and _08

parent 877749bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1038,7 +1038,7 @@ group InitialRequest {
		f_awaitingResponse(mw_Response_Base(c_statusLine180,vc_callId, vc_cSeq)); 

		if (not match(f_getViaHeaderElementHostPortResponse(vc_response,0),f_get_interfaceHostPort(vc_interfaceprofile))
			or not f_topologyHidingResponse(vc_response)) // IUT_IBCF1
			or not f_topologyHidingResponse(vc_response) or ispresent(vc_response.msgHeader.pChargingFunctionAddresses)) // IUT_IBCF1
			{setverdict(fail)};

		f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
@@ -1111,7 +1111,7 @@ group InitialRequest {
		f_awaitingResponse(mw_Response_Base(c_statusLine200,vc_callId, vc_cSeq)); 

		if (not match(f_getViaHeaderElementHostPortResponse(vc_response,0),f_get_interfaceHostPort(vc_interfaceprofile))
			or not f_topologyHidingResponse(vc_response)) // IUT_IBCF1
			or not f_topologyHidingResponse(vc_response) or ispresent(vc_response.msgHeader.pChargingFunctionAddresses)) // IUT_IBCF1
			{setverdict(fail)};

		f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());