Commit a3deac9e authored by mogos's avatar mogos
Browse files

removed CTP_1_1_7_1, CTP_1_1_8_1, CTP_1_1_10_1

parent 1db94e33
Loading
Loading
Loading
Loading
+0 −111
Original line number Diff line number Diff line
@@ -646,75 +646,6 @@ module AtsECall_IVS_Testcases {
            f_configIvsDown();
        }

        /**
         * @shortdesc Test for set-up TS12 call with eCall identifier (flag) set to 'automatic'
         * @desc
         *  <table border="1">
         *    <tr><td><b>SUT reference</b></td><td>In-Vehicle System</td></tr>
         *    <tr><td><b>CTP/PE-IVS/ECP/1.1.7.1</b></td><td>Test for set-up TS12 call with eCall identifier (flag) set to 'automatic'</td></tr>
         *    <tr><td><b>SUT test objective</b></td><td>Verify that when activated automatically a TS12 call is established with the correct eCall identifier (flag) routing bit set in the call set-up service category information element</td></tr>
         *    <tr><td><b>CTP origin</b></td><td>CEN</td></tr>
         *    <tr><td><b>Reference requirement</b></td><td>EN 16062:2011, 7.3.6 Paragraph 2</td></tr>
         *    <tr>
         *      <td><b>Initial conditions</b></td>
         *      <td>
         *        <ul>
         *        <li>Ignition is ON and IVS is in mobile network coverage</li>
         *        <li>MNO and PSAP test points are available</li>
         *        <li>MNO test point is able to recognise and route manually initiated and automatically initiated eCalls to different destination numbers</li>
         *        </ul>
         *      </td>
         *    </tr>
         *  </table>
         */
        testcase CTP_1_1_7_1() runs on PsapMtc system PsapSystem {
            // Test component configuration
            f_configIvsUp(m_defaultPsapSimulatorConfiguration);

            // Test Body
            f_establishCall(AUTOMATIC, EMERGENCY);

            setverdict(pass, "eCall has been routed to the PSAP test point number designated in the network for automatically initiated eCalls");

            // Postamble
            f_configIvsDown();
        }

        /**
         * @shortdesc Test for set-up TS12 call with eCall identifier (flag) set to 'manual'
         * @desc
         *  <table border="1">
         *    <tr><td><b>SUT reference</b></td><td>In-Vehicle System</td></tr>
         *    <tr><td><b>CTP/PE-IVS/ECP/1.1.7.1</b></td><td>Test for set-up TS12 call with eCall identifier (flag) set to 'manual'</td></tr>
         *    <tr><td><b>SUT test objective</b></td><td>Verify that when activated manually a TS12 call is established with the correct eCall identifier (flag) routing bit set in the call set-up service category information element</td></tr>
         *    <tr><td><b>CTP origin</b></td><td>CEN</td></tr>
         *    <tr><td><b>Reference requirement</b></td><td>EN 16062:2011, 7.3.6 Paragraph 2</td></tr>
         *    <tr>
         *      <td><b>Initial conditions</b></td>
         *      <td>
         *        <ul>
         *          <li>Ignition is ON and IVS is in mobile network coverage</li>
         *          <li>MNO and PSAP test points are available</li>
         *          <li>MNO test point is able to recognise and route manually initiated and automatically initiated eCalls to different destination numbers</li>
         *        </ul>
         *      </td>
         *    </tr>
         *  </table>
         */
        testcase CTP_1_1_8_1() runs on PsapMtc system PsapSystem {
            
            // Test component configuration
            f_configIvsUp(m_defaultPsapSimulatorConfiguration);

            // Test Body
            f_establishCall(MANUAL, EMERGENCY);

            setverdict(pass, "eCall has been routed to the PSAP test point number designated for manually initiated eCalls");

            // Postamble
            f_configIvsDown();
        }

        /**
         * @shortdesc Test for set-up TS11 call to test number
         * @desc
@@ -750,48 +681,6 @@ module AtsECall_IVS_Testcases {
            f_configIvsDown();
        }

        /**
         * @shortdesc Verify that an eCall is attempted when IVS is in mobile network coverage but no networks are available for registration (limited service condition)
         * @desc
         *  <table border="1">
         *    <tr><td><b>SUT reference</b></td><td>In-Vehicle System</td></tr>
         *    <tr><td><b>CTP/PE-IVS/ECI/1.1.10.1</b></td><td>Verify that an eCall is attempted when IVS is in mobile network coverage but no networks are available for registration (limited service condition)</td></tr>
         *    <tr><td><b>SUT test objective</b></td><td>To verify that if network registration fails but networks are present (limited service / emergency calls only condition) the IVS attempts to make the eCall</td></tr>
         *    <tr><td><b>CTP origin</b></td><td>Original</td></tr>
         *    <tr><td><b>Reference requirement</b></td><td>EN 16062:2011, 7.3.5</td></tr>
         *    <tr>
         *      <td><b>Initial conditions</b></td>
         *      <td>
         *        <ul>
         *          <li>Ignition is ON and IVS is in mobile network coverage (limited service condition)</li>
         *          <li>MNO test point is only available for emergency call</li>
         *          <li>PSAP test point is available</li>
         *        </ul>
         *      </td>
         *    </tr>
         *  </table>
         */
        testcase CTP_1_1_10_1() runs on PsapMtc system PsapSystem {

            // Test component configuration
            f_configIvsUp();

            // Test Body
            f_userAction("Trigger test eCall (to the provisioned non-emergency number)");

            f_userVerify("Was the call connected to the PSAP test point?",
                "The test call was not connected through to the PSAP test point",
                "The test call was connected through to the PSAP test point",
                c_mbNo);

            f_establishCall(ANY, EMERGENCY);

            setverdict(pass, "The eCall was connected through to the PSAP test point");

            // Postamble
            f_configIvsDown();
        }

        /**
         * @shortdesc Re-dial attempt completed within 2 minutes after eCall is dropped
         *