Commit 8a3c78b1 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Merge branch 'TTF_T042' into 'master'

Closing TTF T042

See merge request !3
parents a0a2f905 e9860544
Loading
Loading
Loading
Loading
+164 −164

File changed.

Preview size limit exceeded, changes collapsed.

+270 −272
Original line number Diff line number Diff line
/**
 *  @author     ETSI / STF405 / STF449 / STF484
 *  @author     ETSI / STF405 / STF449 / STF484 / TTF T042
 *  @version    $URL$
 *              $Id$
 *  @desc       Test Control file for GeoNetworking
@@ -378,7 +378,6 @@ module ItsGeoNetworking_TestControl {

            if(PICS_GN_AREA_FORWARDING_ALGORITHM == e_advanced) {

				if(PICS_GN_GBC_FWD and not PICS_ITS_RELEASE_2) {
                execute(TC_GEONW_PON_GBC_AREA_ADV_BV_21());
                execute(TC_GEONW_PON_GBC_AREA_ADV_BV_23());
                execute(TC_GEONW_PON_GBC_AREA_ADV_BV_24());
@@ -389,7 +388,6 @@ module ItsGeoNetworking_TestControl {
                execute(TC_GEONW_PON_GBC_AREA_ADV_BV_29());
            }
        }
        }

        /* PON/TSB */
        if(PICS_GN_TSB) {
+1 −1
Original line number Diff line number Diff line
/**
 *  @author     ETSI / STF405 / STF449 / STF484 / STF525
 *  @author     ETSI / STF405 / STF449 / STF484 / STF525 / TTF T042
 *  @version    $Url: https://oldforge.etsi.org/svn/ITS/tags/20170222_STF527_Final/ttcn/AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn $
 *              $Id: ItsGeoNetworking_TpFunctions.ttcn,v 1.5 2019/08/05 15:18:56 dte Exp $
 *  @desc       GeoNetworking TP Functions
+1 −1
Original line number Diff line number Diff line
# GeoNetworking Abstract Test suite (TS 102 871-3)

GeoNetworking (GN) abstract test suite (ATS) as defined in [ETSI TS 102 871-3 v2.1.1](https://www.etsi.org/deliver/etsi_ts/102800_102899/10287103/01.05.01_60/ts_10287103v010501p.pdf)
GeoNetworking (GN) abstract test suite (ATS) as defined in [ETSI TS 102 871-3 v2.1.1](https://www.etsi.org/deliver/etsi_ts/102800_102899/10287103/02.01.01_60/ts_10287103v020101p.pdf)

This code is a part of the ETSI ITS test suite, available on https://forge.etsi.org/rep/ITS/TS.ITS

+0 −6
Original line number Diff line number Diff line
@@ -21,12 +21,6 @@ module LibItsGeoNetworking_Pics {
    
    group geoNwPics {
        
        /**
         * @desc Is IUT supports ITS rel.2 ?
         * @see  ETSI TS 102 871-1 Table 1
         */
        modulepar boolean PICS_ITS_RELEASE_2 := true;
        
        /**
         * @desc GeoNetworking address of the GeoAdhoc router
         * @see  ETSI TS 102 871-1 Table 1
Loading