Commit a099de5b authored by ringst's avatar ringst
Browse files

f_mtc_userTriggerRegistration --> f_mtc_userRegistration

parent aaaa13f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ module AtsImsIot_Functions {
		  *     true in case of successfull execution of the trigger command
		  *     otherwise false
		  */
 		function f_mtc_userTriggerRegistration(EquipmentUser p_userCompRef, ImsUserInfo p_userInfo) 
 		function f_mtc_userRegistration(EquipmentUser p_userCompRef, ImsUserInfo p_userInfo) 
 		runs on TestCoordinator 
 		return boolean {
      		var boolean v_status := true; 
+32 −32
Original line number Diff line number Diff line
@@ -57,8 +57,8 @@ module AtsImsIot_TestCases_CALL {
		f_cf_int_call_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueA, v_userTelInfoB); //Test Sequence Step 1
@@ -143,9 +143,9 @@ module AtsImsIot_TestCases_CALL {
		f_cf_int_call_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userTriggerRegistration(v_ueB2, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueB2, v_userInfoB); 
		
		
		// test body
@@ -235,8 +235,8 @@ module AtsImsIot_TestCases_CALL {
		f_cf_int_call_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueA, v_userInfoB); //Test Sequence Step 1
@@ -316,8 +316,8 @@ module AtsImsIot_TestCases_CALL {
		f_cf_int_call_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueA, v_userInfoB); //Test Sequence Step 1
@@ -359,7 +359,7 @@ module AtsImsIot_TestCases_CALL {
		f_cf_int_call_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA);
		f_mtc_userRegistration(v_ueA, v_userInfoA);
		
		// test body
		v_userInfoB.privateId := ("non_existing_user");
@@ -400,7 +400,7 @@ module AtsImsIot_TestCases_CALL {
		f_cf_int_call_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA);
		f_mtc_userRegistration(v_ueA, v_userInfoA);
		
		// test body
		v_userInfoB.privateId := ("unavailable");
@@ -441,7 +441,7 @@ module AtsImsIot_TestCases_CALL {
		f_cf_int_call_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA);
		f_mtc_userRegistration(v_ueA, v_userInfoA);
		
		// test body
		v_userInfoB.privateId := ("userNOAS_in_IMSB");
@@ -485,8 +485,8 @@ module AtsImsIot_TestCases_CALL {
  		f_cf_roam_call_up(v_gmA, v_mw, v_gmB);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueB, v_userInfoA); //Test Sequence Step 1
@@ -559,8 +559,8 @@ module AtsImsIot_TestCases_CALL {
		f_cf_roam_call_up(v_gmA, v_mw, v_gmB);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueA, v_userInfoB); //Test Sequence Step 1
@@ -637,8 +637,8 @@ module AtsImsIot_TestCases_CALL {
  		f_cf_roam_call_up(v_gmA, v_mw, v_gmB);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueB, v_userInfoA); //Test Sequence Step 1
@@ -692,8 +692,8 @@ module AtsImsIot_TestCases_CALL {
		f_cf_roam_call_up(v_gmA, v_mw, v_gmB);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueB, v_userInfoA); //Test Sequence Step 1
@@ -761,8 +761,8 @@ module AtsImsIot_TestCases_CALL {
		f_cf_roam_call_up(v_gmA, v_mw, v_gmB);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueB, v_userInfoA); //Test Sequence Step 1
@@ -806,8 +806,8 @@ module AtsImsIot_TestCases_CALL {
		f_cf_roam_call_up(v_gmA, v_mw, v_gmB);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueA, v_userInfoB); //Test Sequence Step 1
@@ -856,8 +856,8 @@ module AtsImsIot_TestCases_CALL {
		f_cf_roam_call_up(v_gmA, v_mw, v_gmB);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueA, v_userInfoB); //Test Sequence Step 1
@@ -1632,8 +1632,8 @@ module AtsImsIot_TestCases_CALL {
		f_cf_int_call_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueA, v_userInfoB); //Test Sequence Step 1
@@ -1712,8 +1712,8 @@ module AtsImsIot_TestCases_CALL {
		f_cf_int_call_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueA, v_userInfoB); //Test Sequence Step 1
@@ -1758,8 +1758,8 @@ module AtsImsIot_TestCases_CALL {
		f_cf_roam_call_up(v_gmA, v_mw, v_gmB);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueA, v_userInfoB); //Test Sequence Step 1
+7 −7
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ module AtsImsIot_TestCases_REG {
		f_cf_roam_reg_up(v_gmA, v_mw);
				
		// test body
		f_mtc_userTriggerRegistration(v_ueB, v_anyValidUser); // Test Sequence Step 1 @TODO shouldn't this be EUT_A?
		f_mtc_userRegistration(v_ueB, v_anyValidUser); // Test Sequence Step 1 @TODO shouldn't this be EUT_A?
		
		// @TODO check mw_credentialIntegrityNo, mw_credentialIntegrityYes
		
@@ -111,7 +111,7 @@ module AtsImsIot_TestCases_REG {
		f_cf_roam_reg_up(v_gmA, v_mw);
		
		// test body
		f_mtc_userTriggerRegistration(v_ueB, f_getAnyValidUser(PX_EUT_A)); // Test Sequence Step 1
		f_mtc_userRegistration(v_ueB, f_getAnyValidUser(PX_EUT_A)); // Test Sequence Step 1
		
		// check no response (check1-when) -message skip (1st register) 
		// check included in check1-then
@@ -157,7 +157,7 @@ module AtsImsIot_TestCases_REG {
		f_cf_roam_reg_up(v_gmA, v_mw);
		
		// test body
		f_mtc_userTriggerRegistration(v_ueB, f_getAnyValidUser(PX_EUT_A)); 
		f_mtc_userRegistration(v_ueB, f_getAnyValidUser(PX_EUT_A)); 
		
		f_mtc_check_TP_IMS_5402_01_gm(v_gmA);
		
@@ -190,7 +190,7 @@ module AtsImsIot_TestCases_REG {
		f_cf_roam_reg_up(v_gmA, v_mw);
		
		// test body
		f_mtc_userTriggerRegistration(v_ueB, v_anyValidUser); // Test Sequence Step 1
		f_mtc_userRegistration(v_ueB, v_anyValidUser); // Test Sequence Step 1
		
		f_mtc_check_TP_IMS_5129_01_gm(v_gmA, false); // Check1 when (Gm)
		f_mtc_check_TP_IMS_5129_01_mw_when(v_mw, false); // Check1 when (Mw)
@@ -222,7 +222,7 @@ module AtsImsIot_TestCases_REG {
		f_cf_roam_reg_up(v_gmA, v_mw);
		
		// test body
		f_mtc_userTriggerRegistration(v_ueB, v_anyValidUser); // Test Sequence Step 1
		f_mtc_userRegistration(v_ueB, v_anyValidUser); // Test Sequence Step 1
		
		f_mtc_check_TP_IMS_5411_01_gm(v_gmA, false); // Check1 when (Gm)
		f_mtc_check_TP_IMS_5411_01_mw_when(v_gmA, false); //Check1 when (Mw)
@@ -254,7 +254,7 @@ module AtsImsIot_TestCases_REG {
		f_cf_roam_reg_up(v_gmA, v_mw);
		
		// test body
		f_mtc_userTriggerRegistration(v_ueB, v_anyValidUser); // Test Sequence Step 1 
		f_mtc_userRegistration(v_ueB, v_anyValidUser); // Test Sequence Step 1 
		
		f_mtc_check_TP_IMS_5088_01_gm(v_gmA, false); // Check1 when (REGISTER)
		f_mtc_check_TP_IMS_5088_01_mw(v_mw, false); // Check1 then (NOTIFY)
@@ -357,7 +357,7 @@ module AtsImsIot_TestCases_REG {

		// test body
		
		f_mtc_userTriggerRegistration(v_ueB, v_anyValidUser); // Test Sequence Step 1
		f_mtc_userRegistration(v_ueB, v_anyValidUser); // Test Sequence Step 1
		
		f_mtc_check_TP_IMS_5134_01_gm(v_gmA, false); // Check1 when
		f_mtc_check_TP_IMS_5134_01_mw(v_mw, false); // Check1 then
+22 −22
Original line number Diff line number Diff line
@@ -54,8 +54,8 @@ module AtsImsIot_TestCases_SS {
		f_cf_int_as_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
				
		// test body
	    f_mtc_StartAllTrafficCapture();		
@@ -130,8 +130,8 @@ module AtsImsIot_TestCases_SS {
		f_cf_roam_as_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
				
		// test body
	    f_mtc_StartAllTrafficCapture();		
@@ -205,8 +205,8 @@ module AtsImsIot_TestCases_SS {
		f_cf_int_as_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
				
		// test body
		f_mtc_StartAllTrafficCapture();		
@@ -265,8 +265,8 @@ module AtsImsIot_TestCases_SS {
		f_cf_roam_as_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
				
		// test body
		f_mtc_StartAllTrafficCapture();		
@@ -326,8 +326,8 @@ module AtsImsIot_TestCases_SS {
		f_cf_int_as_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
				
		// test body
		f_mtc_StartAllTrafficCapture();		
@@ -376,8 +376,8 @@ module AtsImsIot_TestCases_SS {
		f_cf_roam_as_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
				
		// test body
		f_mtc_StartAllTrafficCapture();		
@@ -429,9 +429,9 @@ module AtsImsIot_TestCases_SS {
		f_cf_int_as_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userTriggerRegistration(v_ueB2, v_userInfoB2); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueB2, v_userInfoB2); 
		
		// test body
		f_mtc_userInitiateCall (v_ueA, v_userInfoB);//Test Sequence Step 1
@@ -495,9 +495,9 @@ module AtsImsIot_TestCases_SS {
		f_cf_roam_as_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userTriggerRegistration(v_ueA2, v_userInfoA2); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA2, v_userInfoA2); 
		
		// test body
		f_mtc_userInitiateCall (v_ueB, v_userInfoA);//Test Sequence Step 1
@@ -560,8 +560,8 @@ module AtsImsIot_TestCases_SS {
		f_cf_int_as_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueA, v_userInfoB);//Test Sequence Step 1
@@ -617,8 +617,8 @@ module AtsImsIot_TestCases_SS {
		f_cf_roam_as_up(v_config);
		
		// preamble
		f_mtc_userTriggerRegistration(v_ueA, v_userInfoA); 
		f_mtc_userTriggerRegistration(v_ueB, v_userInfoB); 
		f_mtc_userRegistration(v_ueA, v_userInfoA); 
		f_mtc_userRegistration(v_ueB, v_userInfoB); 
		
		// test body
		f_mtc_userInitiateCall (v_ueB, v_userInfoA);//Test Sequence Step 1