Commit 5b8db9db authored by garciay's avatar garciay
Browse files

Remove PICS_RSU

IS PICS reviews
Remove some TODOs
parent 2a71543e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -431,7 +431,6 @@ module ItsCam_TpFunctions {
                /**
                 * @desc    TP Function for TC_CAM_MSD_INA_BV_01_01
                 */
                 // TODO yann/ifsttar: why 3601? 0 and 3600 indicates the north!!!!
                function f_CAM_MSD_INA_BV_01_01() runs on ItsCam {
                    
                    // Local variables
@@ -476,10 +475,10 @@ module ItsCam_TpFunctions {
                                //change again the curvature value and set the expectation to the measured value
                                if (v_camInd.msgIn.cam.camParameters.highFrequencyContainer.basicVehicleContainerHighFrequency.curvature.curvatureValue >= 0) {
                                    v_curVal := (v_camInd.msgIn.cam.camParameters.highFrequencyContainer.basicVehicleContainerHighFrequency.curvature.curvatureValue + c_curValOffset) mod 30001;
                                } else { // TODO Add negative value case
                                } else { 
                                    v_curVal := v_camInd.msgIn.cam.camParameters.highFrequencyContainer.basicVehicleContainerHighFrequency.curvature.curvatureValue - c_curValOffset;
                                    if (valueof(v_curVal) < -30000) {
                                        v_curVal := 0; // yann/ifsttar TODO It's not a true negative modulus operation
                                        v_curVal := 0; 
                                    }
                                }
                                f_utTriggerEvent(m_changeCurvature(c_curValOffset));
+2 −2
Original line number Diff line number Diff line
@@ -586,7 +586,7 @@ module ItsIvim_TestCases {
            /**
             * @desc Check that IVIMs are not generated more frequently than T_GenIvimMin
             * <pre>
             * Pics Selection: PICS_IVIM_GENERATION
             * Pics Selection: PICS_T_GENIVIMMIN and PICS_IVIM_GENERATION
             * Initial conditions: 
             *   with {
             *        the IUT being in the "initial state"
@@ -615,7 +615,7 @@ module ItsIvim_TestCases {
            /**
             * @desc Check that IVIMs are not generated less frequently than T_GenIvimMax
             * <pre>
             * Pics Selection: PICS_IVIM_GENERATION
             * Pics Selection: PICS_T_GENIVIMMAX and PICS_IVIM_GENERATION
             * Initial conditions: 
             *   with {
             *        the IUT being in the "initial state"
+5 −1
Original line number Diff line number Diff line
@@ -22,15 +22,19 @@ module ItsIvim_TestControl {
        
        if(PICS_IVIM_GENERATION) {
            execute(TC_IS_IVI_MSGF_BV_01());
            
            execute(TC_IS_IVI_EVGN_BV_01());
            execute(TC_IS_IVI_EVGN_BV_02());
            execute(TC_IS_IVI_EVGN_BV_03());
            execute(TC_IS_IVI_EVGN_BV_04());
            execute(TC_IS_IVI_EVGN_BV_05());
            
            execute(TC_IS_IVI_EVTR_BV_01());
            execute(TC_IS_IVI_EVTR_BV_01());
            execute(TC_IS_IVI_EVTR_BV_02());
            
            execute(TC_IS_IVI_GFQ_TI_01());
            execute(TC_IS_IVI_GFQ_TI_02());
            
            execute(TC_IS_IVI_COMM_BV_01_01());
            execute(TC_IS_IVI_COMM_BV_01_02());
            execute(TC_IS_IVI_COMM_BV_02());
+3 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ module ItsMapemSpatem_TestControl {
        
        if (PICS_SPATEM_GENERATION) {
            execute(TC_IS_TLM_MSGF_BV_01 ());
            
            execute(TC_IS_TLM_EVGN_BV_01 ());
            execute(TC_IS_TLM_EVGN_BV_02 ());
            execute(TC_IS_TLM_EVGN_BV_03 ());
@@ -46,6 +47,8 @@ module ItsMapemSpatem_TestControl {
            execute(TC_IS_TLM_COMM_BV_02_01 ());
            execute(TC_IS_TLM_COMM_BV_02_02 ());
            execute(TC_IS_TLM_COMM_BV_03 ());
        }
        if (PICS_SPATEM_RECEPTION) {
            execute(TC_IS_TLM_MSGF_BV_02 ());
        }
        
+9 −889

File changed.

Preview size limit exceeded, changes collapsed.

Loading