Loading ItsMbr_TestControl.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ module ItsMbr_TestControl { } // PICS_DETECTOR_CAM_SPEED if (PICS_DETECTOR_CAM_POSITION) { //execute(TC_MRS_ITSS_MESSAGES_CLASS1_CAM_BV_04()); execute(TC_MRS_ITSS_MESSAGES_CLASS1_CAM_BV_04()); execute(TC_MRS_ITSS_MESSAGES_CLASS2_CAM_BV_02()); } // PICS_DETECTOR_CAM_POSITION Loading lib/LibItsMbr_Pics.ttcn +35 −2 Original line number Diff line number Diff line module LibItsMbr_Pics { /** * @desc Is the IUT the OBU entity * @desc Is the IUT an ITS-S entity? * @see ETSI TS 103 868-1 Table A.2/1 */ modulepar boolean PICS_IUT_ITS_S := true; /** * @desc Is the IUT the MA entity * @desc Is the IUT a RSU MA entity? * @see ETSI TS 103 868-1 Table A.2/2 */ modulepar boolean PICS_IUT_ITS_RSU := true; /** * @desc Is the IUT a MA entity? * @see ETSI TS 103 868-1 Table A.3/1 */ modulepar boolean PICS_IUT_MA := true; /** * @desc CAM Speed misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/2 */ modulepar boolean PICS_DETECTOR_CAM_SPEED := true; /** * @desc CAM Position misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/3 */ modulepar boolean PICS_DETECTOR_CAM_POSITION := true; /** * @desc CAM Longitudinal Acceleration misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/4 */ modulepar boolean PICS_DETECTOR_CAM_LONG_ACC := true; /** * @desc CAM Security misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/6 */ modulepar boolean PICS_DETECTOR_CAM_SECURITY := true; /** * @desc CAM Beacon misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/1 */ modulepar boolean PICS_DETECTOR_CAM_BEACON := true; /** * @desc CAM Static misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/5 */ modulepar boolean PICS_DETECTOR_CAM_STATIC := true; /** * @desc Set to true if the IUT sends multiple defaults in the same MB report * @see ETSI TS 103 868-1 Table A.1/4 */ modulepar boolean PICS_IUT_SEND_GROUPED_MBRS := false; Loading Loading
ItsMbr_TestControl.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ module ItsMbr_TestControl { } // PICS_DETECTOR_CAM_SPEED if (PICS_DETECTOR_CAM_POSITION) { //execute(TC_MRS_ITSS_MESSAGES_CLASS1_CAM_BV_04()); execute(TC_MRS_ITSS_MESSAGES_CLASS1_CAM_BV_04()); execute(TC_MRS_ITSS_MESSAGES_CLASS2_CAM_BV_02()); } // PICS_DETECTOR_CAM_POSITION Loading
lib/LibItsMbr_Pics.ttcn +35 −2 Original line number Diff line number Diff line module LibItsMbr_Pics { /** * @desc Is the IUT the OBU entity * @desc Is the IUT an ITS-S entity? * @see ETSI TS 103 868-1 Table A.2/1 */ modulepar boolean PICS_IUT_ITS_S := true; /** * @desc Is the IUT the MA entity * @desc Is the IUT a RSU MA entity? * @see ETSI TS 103 868-1 Table A.2/2 */ modulepar boolean PICS_IUT_ITS_RSU := true; /** * @desc Is the IUT a MA entity? * @see ETSI TS 103 868-1 Table A.3/1 */ modulepar boolean PICS_IUT_MA := true; /** * @desc CAM Speed misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/2 */ modulepar boolean PICS_DETECTOR_CAM_SPEED := true; /** * @desc CAM Position misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/3 */ modulepar boolean PICS_DETECTOR_CAM_POSITION := true; /** * @desc CAM Longitudinal Acceleration misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/4 */ modulepar boolean PICS_DETECTOR_CAM_LONG_ACC := true; /** * @desc CAM Security misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/6 */ modulepar boolean PICS_DETECTOR_CAM_SECURITY := true; /** * @desc CAM Beacon misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/1 */ modulepar boolean PICS_DETECTOR_CAM_BEACON := true; /** * @desc CAM Static misbehaviour detector * @see ETSI TS 103 868-1 Table A.4/5 */ modulepar boolean PICS_DETECTOR_CAM_STATIC := true; /** * @desc Set to true if the IUT sends multiple defaults in the same MB report * @see ETSI TS 103 868-1 Table A.1/4 */ modulepar boolean PICS_IUT_SEND_GROUPED_MBRS := false; Loading