Commit b4264b41 authored by ringst's avatar ringst
Browse files

MessageMagic compiler issues resolved

parent 6cac50d8
Loading
Loading
Loading
Loading
+20 −13
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ module AtsImsIot_TestCases_MESS {
        type ImsInterfaceMonitor, ImsTestCoordinator, IotSystemInterface;
    }
    
	import from AtsImsIot_TestSystem {type CF_INT_CALL;}
		
	/**
	 * @desc
@@ -44,11 +45,12 @@ module AtsImsIot_TestCases_MESS {
		var IotEquipmentUser v_ueB := f_cf_create_IotEquipmentUser(c_userUE_B);
		var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A);
		var ImsInterfaceMonitor v_mw := f_cf_create_monitor(c_mw);
		var CF_INT_CALL v_config := {v_gmA, v_mw, omit};
		
		// map/connect component ports
		f_cf_user_up(v_ueA);
		f_cf_user_up(v_ueB);
		f_cf_int_call_up({v_gmA, v_mw, omit});
		f_cf_int_call_up(v_config);
		
		
		// preamble
@@ -68,7 +70,7 @@ module AtsImsIot_TestCases_MESS {
		//unmap/disconnet component ports
		f_cf_user_down(v_ueA);
		f_cf_user_down(v_ueB);
		f_cf_int_call_down({v_gmA, v_mw, omit});
		f_cf_int_call_down(v_config);
	}
	
	
@@ -85,11 +87,12 @@ module AtsImsIot_TestCases_MESS {
		var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A);
		var ImsInterfaceMonitor v_gmB := f_cf_create_monitor(c_gm_B);
		var ImsInterfaceMonitor v_mw := f_cf_create_monitor(c_mw);
		var CF_INT_CALL v_config := {v_gmA, v_mw, v_gmB};
		
		// map/connect component ports
		f_cf_user_up(v_ueA);
		f_cf_user_up(v_ueB);
		f_cf_int_call_up({v_gmA, v_mw, v_gmB});
		f_cf_int_call_up(v_config);
		
		// preamble
		f_PR_user_home_registration(v_ueA, f_getSipUserId(PX_EUT_A));
@@ -117,7 +120,7 @@ module AtsImsIot_TestCases_MESS {
		//unmap/disconnet component ports
		f_cf_user_down(v_ueA);
		f_cf_user_down(v_ueB);
		f_cf_int_call_down({v_gmA, v_mw, v_gmB});
		f_cf_int_call_down(v_config);
	}
	
	 	
@@ -133,11 +136,12 @@ module AtsImsIot_TestCases_MESS {
		var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A);
		var ImsInterfaceMonitor v_gmB := f_cf_create_monitor(c_gm_B);
		var ImsInterfaceMonitor v_mw := f_cf_create_monitor(c_mw);
		var CF_INT_CALL v_config := {v_gmA, v_mw, v_gmB};
		
		// map/connect component ports
		f_cf_user_up(v_ueA);
		f_cf_user_up(v_ueB);
		f_cf_int_call_up({v_gmA, v_mw, v_gmB});
		f_cf_int_call_up(v_config);
		
		// preamble
		f_PR_user_home_registration(v_ueA, f_getTelUserId(PX_EUT_A));
@@ -165,7 +169,7 @@ module AtsImsIot_TestCases_MESS {
		//unmap/disconnet component ports
		f_cf_user_down(v_ueA);
		f_cf_user_down(v_ueB);
		f_cf_int_call_down({v_gmA, v_mw, v_gmB});
		f_cf_int_call_down(v_config);
	}
	
	/**
@@ -180,11 +184,12 @@ module AtsImsIot_TestCases_MESS {
		var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A);
		var ImsInterfaceMonitor v_gmB := f_cf_create_monitor(c_gm_B);
		var ImsInterfaceMonitor v_mw := f_cf_create_monitor(c_mw);
		var CF_INT_CALL v_config := {v_gmA, v_mw, v_gmB};
		
		// map/connect component ports
		f_cf_user_up(v_ueA);
		f_cf_user_up(v_ueB);
		f_cf_int_call_up({v_gmA, v_mw, v_gmB});
		f_cf_int_call_up(v_config);
		
		// preamble
		f_PR_user_home_registration(v_ueA, f_getTelUserId(PX_EUT_A));
@@ -210,7 +215,7 @@ module AtsImsIot_TestCases_MESS {
		//unmap/disconnet component ports
		f_cf_user_down(v_ueA);
		f_cf_user_down(v_ueB);
		f_cf_int_call_down({v_gmA, v_mw, v_gmB});
		f_cf_int_call_down(v_config);
	}	
	
	
@@ -269,10 +274,11 @@ module AtsImsIot_TestCases_MESS {
		var IotEquipmentUser v_ueA := f_cf_create_IotEquipmentUser(c_userUE_A);
		var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A);
		var ImsInterfaceMonitor v_mw := f_cf_create_monitor(c_mw);
		var CF_INT_CALL v_config := {v_gmA, v_mw, omit};
		
		// map/connect component ports
		f_cf_user_up(v_ueA);
		f_cf_int_call_up({v_gmA, v_mw, omit});
		f_cf_int_call_up(v_config);
		
		// preamble
		f_PR_user_home_registration(v_ueA, f_getAnyValidUser(PX_EUT_A));
@@ -290,7 +296,7 @@ module AtsImsIot_TestCases_MESS {
		
		//unmap/disconnet component ports
		f_cf_user_down(v_ueA);
		f_cf_int_call_down({v_gmA, v_mw, omit});
		f_cf_int_call_down(v_config);
	}
	
		
@@ -305,11 +311,12 @@ module AtsImsIot_TestCases_MESS {
		var IotEquipmentUser v_ueB := f_cf_create_IotEquipmentUser(c_userUE_B);
		var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A);
		var ImsInterfaceMonitor v_mw := f_cf_create_monitor(c_mw);
		var CF_INT_CALL v_config := {v_gmA, v_mw, omit};
		
		// map/connect component ports
		f_cf_user_up(v_ueA);
		f_cf_user_up(v_ueB);
		f_cf_int_call_up({v_gmA, v_mw, omit});
		f_cf_int_call_up(v_config);
		
		// preamble
		f_PR_user_home_registration(v_ueA, f_getAnyValidUser(PX_EUT_A));
@@ -330,6 +337,6 @@ module AtsImsIot_TestCases_MESS {
		//unmap/disconnet component ports
		f_cf_user_down(v_ueA);
		f_cf_user_down(v_ueB);
		f_cf_int_call_down({v_gmA, v_mw, omit});
		f_cf_int_call_down(v_config);
	}
}
 No newline at end of file