Commit 95b7fe91 authored by Yann Garcia's avatar Yann Garcia
Browse files

Merge branch 'TTF_T036' into 'main'

Closing TTF T036/VRU

See merge request !1
parents 01e4c037 ccf334f7
Loading
Loading
Loading
Loading

.gitmodules

0 → 100644
+4 −0
Original line number Diff line number Diff line
[submodule "lib/asn1"]
	path = lib/asn1
	url = https://forge.etsi.org/rep/ITS/asn1/vam-ts103300_3.git
	branch = TTF_T036

ItsVru_TestCases.ttcn

0 → 100644
+3229 −0

File added.

Preview size limit exceeded, changes collapsed.

+112 −0
Original line number Diff line number Diff line
module ItsVru_TestControl {

  // ATS VRU
  import from ItsVru_TestCases all;
  
  // LibIts
  import from LibItsVru_Pics all;
  
  // Test Execution
  control {
    
    if(PICS_VAM_GENERATION and PICS_IS_IUT_SECURED) {
      execute(TC_VBS_MSGF_BV_01());
      execute(TC_VBS_MSGF_BV_02());
      execute(TC_VBS_MSGF_BV_03());
      execute(TC_VBS_MSGF_BV_04());
      execute(TC_VBS_MSGF_BV_05());
      execute(TC_VBS_MSGF_BV_06());
      execute(TC_VBS_MSGF_BV_07());
      execute(TC_VBS_MSGF_BV_08());
      execute(TC_VBS_MSGF_BV_10());
      execute(TC_VBS_MSGF_BV_12());
      execute(TC_VBS_MSGF_BV_13());
      execute(TC_VBS_MSGF_BV_33());
      execute(TC_VBS_MSGF_BV_34());
      execute(TC_VBS_MSGF_BV_35());
      execute(TC_VBS_MSGF_BV_36());
      execute(TC_VBS_MSGF_BV_37());

      if (PICS_PROFILE_BICYCLIST or PICS_PROFILE_MOTORCYCLIST) {
        execute(TC_VBS_MSGF_BV_09());
      }

      if (PICS_PROFILE_PEDESTRIAN) {
        execute(TC_VBS_MSGF_BV_11());
      }

      if (PICS_PROFILE_BICYCLIST) {
        execute(TC_VBS_MSGF_BV_14());
      }

      if (PICS_CLUSTERING) {
        execute(TC_VBS_MSGF_BV_15());
        execute(TC_VBS_MSGF_BV_16());
        execute(TC_VBS_MSGF_BV_17());
        execute(TC_VBS_MSGF_BV_18());
        execute(TC_VBS_MSGF_BV_19());
        execute(TC_VBS_MSGF_BV_20());
        execute(TC_VBS_MSGF_BV_21());
        execute(TC_VBS_MSGF_BV_22());
        execute(TC_VBS_MSGF_BV_23());
        execute(TC_VBS_MSGF_BV_24());
        execute(TC_VBS_MSGF_BV_25());
        execute(TC_VBS_MSGF_BV_26());
        execute(TC_VBS_MSGF_BV_27());
        execute(TC_VBS_MSGF_BV_28());
        execute(TC_VBS_MSGF_BV_29());
        execute(TC_VBS_MSGF_BV_30());
        execute(TC_VBS_MSGF_BV_31());
        execute(TC_VBS_MSGF_BV_32());
      }

      execute(TC_VBS_IFGN_BV_01());
      execute(TC_VBS_IFGN_BV_02());
      execute(TC_VBS_IFGN_BV_03());

        execute(TC_VBS_SECC_BV_02());
        execute(TC_VBS_SECC_BV_04());

    }

    if (PICS_CLUSTERING) {
      execute(TC_VBS_CLTR_BV_01());
      execute(TC_VBS_CLTR_BV_02());
      execute(TC_VBS_CLTR_BV_03());
      execute(TC_VBS_CLTR_BV_04());
      execute(TC_VBS_CLTR_BV_05());
      execute(TC_VBS_CLTR_BV_06());
      execute(TC_VBS_CLTR_BV_07());
      //execute(TC_VBS_CLTR_BV_08());
      execute(TC_VBS_CLTR_BV_09());
      execute(TC_VBS_CLTR_BV_10());
    }
    if (PICS_VAM_TRANSMISSION and PICS_IS_IUT_SECURED) {
      execute(TC_VBS_TRANS_BV_01());
      if (PICS_CLUSTERING) {
        execute(TC_VBS_TRANS_BV_02());
        execute(TC_VBS_TRANS_BV_03());
      }
      execute(TC_VBS_TRANS_BV_04());

      execute(TC_VBS_TRCN_BV_01());
      execute(TC_VBS_TRCN_BV_02());
      execute(TC_VBS_TRCN_BV_03());
      execute(TC_VBS_TRCN_BV_04());
      execute(TC_VBS_TRCN_BV_05());
      execute(TC_VBS_TRCN_BV_06());
      execute(TC_VBS_TRCN_BV_07());
      execute(TC_VBS_TRCN_BV_08());
      execute(TC_VBS_TRCN_BV_09());
      execute(TC_VBS_TRCN_BV_10());
      execute(TC_VBS_TRCN_BV_11());

      execute(TC_VBS_FRPE_TI_01());
      execute(TC_VBS_FRPE_BV_02());
      execute(TC_VBS_FRPE_BV_03());
      execute(TC_VBS_FRPE_TI_04());
      execute(TC_VBS_FRPE_TI_05());
    }
  }

} // End of module ItsVru_TestControl
 No newline at end of file
+5257 −0

File added.

Preview size limit exceeded, changes collapsed.

LICENSE

0 → 100644
+23 −0
Original line number Diff line number Diff line
Copyright 2019-2024 ETSI

Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, 
   this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, 
   this list of conditions and the following disclaimer in the documentation 
   and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors 
   may be used to endorse or promote products derived from this software without 
   specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
OF THE POSSIBILITY OF SUCH DAMAGE.
 No newline at end of file
Loading