Loading ttcn/AtsCAM/ItsCam_TpFunctions.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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)); Loading ttcn/AtsIVIM/ItsIvim_TestCases.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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" Loading ttcn/AtsIVIM/ItsIvim_TestControl.ttcn +5 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading ttcn/AtsMapemSpatem/ItsMapemSpatem_TestControl.ttcn +3 −0 Original line number Diff line number Diff line Loading @@ -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 ()); Loading @@ -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 ()); } Loading ttcn/AtsMapemSpatem/ItsMapem_TestCases.ttcn +9 −889 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
ttcn/AtsCAM/ItsCam_TpFunctions.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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)); Loading
ttcn/AtsIVIM/ItsIvim_TestCases.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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" Loading
ttcn/AtsIVIM/ItsIvim_TestControl.ttcn +5 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading
ttcn/AtsMapemSpatem/ItsMapemSpatem_TestControl.ttcn +3 −0 Original line number Diff line number Diff line Loading @@ -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 ()); Loading @@ -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 ()); } Loading
ttcn/AtsMapemSpatem/ItsMapem_TestCases.ttcn +9 −889 File changed.Preview size limit exceeded, changes collapsed. Show changes