Commit 69bf2381 authored by pintar's avatar pintar
Browse files

f_mtc_check_TP_IMS_5108_05_gm and f_mtc_check_TP_IMS_5108_05_mw functions

parent a97963d5
Loading
Loading
Loading
Loading
+89 −2
Original line number Diff line number Diff line
@@ -1669,6 +1669,93 @@ group checksTC_IMS_CALL_0001F {
*/
} // group

group checksTC_IMS_CALL_0002 {

/*functions already used in test TC_IMS_CALL_0001
 * f_mtc_check_TP_IMS_5097_01_gm 
 * f_mtc_check_TP_IMS_5097_01_mw
 * f_mtc_check_TP_IMS_5097_02_gm 
 * f_mtc_check_TP_IMS_5097_02_mw
 * f_mtc_check_TP_IMS_5107_01_gm 
 * f_mtc_check_TP_IMS_5107_01_mw
 * f_mtc_check_TP_IMS_5107_02_gm 
 * f_mtc_check_TP_IMS_5107_02_mw
 * f_mtc_check_TP_IMS_5115_01_gm 
 * f_mtc_check_TP_IMS_5115_01_mw
 * f_mtc_check_TP_IMS_5115_02_gm 
 * f_mtc_check_TP_IMS_5115_02_mw
 * f_mtc_check_TP_IMS_5115_03_gm 
 * f_mtc_check_TP_IMS_5115_03_mw
 * f_mtc_check_TP_IMS_5115_04_gm 
 * f_mtc_check_TP_IMS_5115_04_mw
 * f_mtc_check_TP_IMS_5131_01_gm 
 * f_mtc_check_TP_IMS_5131_01_mw
 * f_mtc_check_TP_IMS_5131_02_gm 
 * f_mtc_check_TP_IMS_5131_02_mw
 * 
*/
} // group

group checksTC_IMS_CALL_0003 {	    
    	
    	/**
    	  * @desc Starts monitor component behavior 
    	  * @param p_monitorCompRef Reference to monitor component
    	  */
		function f_mtc_check_TP_IMS_5108_05_gm(
			ImsInterfaceMonitor p_monitorCompRef,
			boolean p_checkMessage
		) runs on ImsTestCoordinator {
		   	    		
			p_monitorCompRef.start(
			 f_imsIot_receive(
				{mw_SipRequest(mw_INVITE_Request_Base)},
				{},
				{0, omit},
				"TP_IMS_5108_05",
				false,
				p_checkMessage
			 )
			);
			p_monitorCompRef.done;
		}
	    
		/**
		  * @desc Starts monitor component behavior
		  * @param p_monitorCompRef Reference to monitor component
		  */
		function f_mtc_check_TP_IMS_5108_05_mw(
			ImsInterfaceMonitor p_monitorCompRef,
			boolean p_checkMessage
		) runs on ImsTestCoordinator  {
			p_monitorCompRef.start(
			 f_imsIot_receive(
				{mw_SipRequest(mw_INVITE_Request_Base)},
				{},
				{0, omit},
				"TP_IMS_5108_05",
				false,
				p_checkMessage
			 )
			);
			p_monitorCompRef.done;
			
			p_monitorCompRef.start(
			 f_imsIot_receive(
				{mw_SipResponse(mw_404NotFound_Base)},
				{},
				{0, omit},
				"TP_IMS_5108_05",
				false,
				false
			 )
			);
			p_monitorCompRef.done;
			
		} //function

} // group

group checksTC_IMS_SS_0001 {	    
	    /**
		 * @desc Starts monitor component behavior 
@@ -2417,7 +2504,7 @@ group checksTC_IMS_SS_0007 {
           		{mw_SipResponse(mw_404NotFound_Base)},
                {},
                {0, omit},
                "TP_IMS_5114_02",
                "TP_IMS_5108_06",
                false,
                false
            )