Commit 6c427d70 authored by Axel Rennoch's avatar Axel Rennoch
Browse files

inclusion of test steps for _REG at Ic

parent a410bed8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ module AtsImsIot_TestCases_CALL {
            /**
             * @desc To demonstrate the modification of an existing media flow mid session.
             */
            testcase TD_VxLTE_INT_INI_03() runs on ImsTestCoordinator system IotSystemInterface {
            testcase TC_VxLTE_INT_INI_03() runs on ImsTestCoordinator system IotSystemInterface {
                // create components
                var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A);
                var ImsInterfaceMonitor v_ic := f_cf_create_monitor(c_ic);
@@ -259,7 +259,7 @@ module AtsImsIot_TestCases_CALL {
            /**
             * @desc To demonstrate the modification of an existing media flow mid session.
             */
            testcase TD_VxLTE_INT_INI_04() runs on ImsTestCoordinator system IotSystemInterface {
            testcase TC_VxLTE_INT_INI_04() runs on ImsTestCoordinator system IotSystemInterface {
                // create components
                var ImsInterfaceMonitor v_gmA := f_cf_create_monitor(c_gm_A);
                var ImsInterfaceMonitor v_ic := f_cf_create_monitor(c_ic);
+12 −0
Original line number Diff line number Diff line
@@ -50,6 +50,10 @@ module AtsImsIot_TestCases_REG {
        f_mtc_check_TP_GM_PCSCF_SUBSCRIBE_01(v_gmA, true); // Events 21, 24
        f_mtc_check_TP_MW_PCSCF_SUBSCRIBE_01(v_gmA/*FIXME: mwPS*/, true); // Events 22, 23

        f_mtc_check_TP_IC_IBCF_REGISTER_01(v_ic); // Event 3, 12
        f_mtc_check_TP_IC_IBCF_REGISTER_02(v_ic); // Event 17, 26
        f_mtc_check_TP_IC_IBCF_SUBSCRIBE_01(v_ic); // Event 31, 34
        
        // Postamble
        f_PO_user_home_deregistration(v_ueA);
        f_cf_user_down(v_ueA);
@@ -81,6 +85,10 @@ module AtsImsIot_TestCases_REG {
        // Test body
        f_mtc_check_TP_GM_PCSCF_REGISTER_03(v_gmA, true); // Events 1, 6
 
		f_mtc_check_TP_IC_IBCF_REGISTER_01(v_ic); // Event 3, 12
		f_mtc_check_TP_IC_IBCF_REGISTER_02(v_ic); // Event 17, 26
		f_mtc_check_TP_IC_IBCF_SUBSCRIBE_01(v_ic); // Event 31, 34
        
        // Postamble
        f_PO_user_home_deregistration(v_ueA);
        f_cf_user_down(v_ueA);
@@ -113,6 +121,10 @@ module AtsImsIot_TestCases_REG {
        f_mtc_check_TP_GM_PCSCF_REGISTER_02(v_gmA, true); // Events 11, 24
        f_mtc_check_TP_GM_PCSCF_SUBSCRIBE_01(v_gmA, true); // Events 25, 28

		f_mtc_check_TP_IC_IBCF_REGISTER_01(v_ic); // Event 3, 12
		f_mtc_check_TP_IC_IBCF_REGISTER_02(v_ic); // Event 17, 30
		f_mtc_check_TP_IC_IBCF_SUBSCRIBE_01(v_ic); // Event 35, 38
        
        // Postamble
        f_PO_user_home_deregistration(v_ueA);
        f_cf_user_down(v_ueA);