Commit 20a3d2a1 authored by Yann Garcia's avatar Yann Garcia
Browse files

Add reference to PICS document ETSI TS 103 868-1

parent 1c274654
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

+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;