Commit dd376a22 authored by reinaortega's avatar reinaortega
Browse files

Small correction on f_get_attribute_answer

parent fe375c98
Loading
Loading
Loading
Loading
+117 −117
Original line number Diff line number Diff line
/*
/*
 *	@author 	STF 346, STF366, STF368, STF369
 *  @version    $Id$
 *	@desc		This module provides the types used by the test component 
@@ -1614,7 +1614,7 @@ group SDPOperations{
				}
				};
		}
		select (v_attribute)
		select (valueof(v_attribute))
		{
			case (mw_attribute_sendonly) {return(valueof(m_attribute_recvonly));}
			case (mw_attribute_sendrecv) {return(valueof(m_attribute_sendrecv));}//MRO	
@@ -3540,7 +3540,7 @@ group DefaultsTestStep
			repeat
		  }
			  
		//	ignore 181 if flag is set (following TS 183004 §4.5.2.1)		  
		//	ignore 181 if flag is set (following TS 183004 §4.5.2.1)		  
		[vc_ignore181] SIPP.receive(mw_Response_Base(c_statusLine181,vc_callId, vc_cSeq))-> value v_response sender vc_sent_label
		  { 
			f_setHeadersOnReceiptOfResponse(v_response.msgHeader.cSeq, v_response);