Commit 9999c3c2 authored by tepelmann's avatar tepelmann
Browse files

Changed default values to be aligned with C2C profile.

parent 7e420064
Loading
Loading
Loading
Loading
+22 −22
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@ module LibItsGeoNetworking_Pics {
         * @desc Is address manually configured
         * @desc Is address manually configured
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar GnAddressConfigurationMethod PICS_GN_LOCAL_ADDR_CONF_METHOD := e_auto;
        modulepar GnAddressConfigurationMethod PICS_GN_LOCAL_ADDR_CONF_METHOD := e_anonymous;
        
        
        /**
        /**
         * @desc Is the IUT mobile?
         * @desc Is the IUT mobile?
@@ -68,7 +68,7 @@ module LibItsGeoNetworking_Pics {
         * @desc GN Security enabled or disabled
         * @desc GN Security enabled or disabled
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_SECURITY := false;
        modulepar boolean PICS_GN_SECURITY := true;
        
        
        /**
        /**
         * @desc Maximum number of retransmissions of LS_REQUEST packets
         * @desc Maximum number of retransmissions of LS_REQUEST packets
@@ -116,7 +116,7 @@ module LibItsGeoNetworking_Pics {
         * @desc Lower limit of the packet repetition interval [km^2]
         * @desc Lower limit of the packet repetition interval [km^2]
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar float PICS_GN_MAX_GEO_AREA_SIZE:= 10.0;
        modulepar float PICS_GN_MAX_GEO_AREA_SIZE:= 80.0;
        
        
        /**
        /**
         * @desc Lower limit of the packet repetition interval [ms]
         * @desc Lower limit of the packet repetition interval [ms]
@@ -134,31 +134,31 @@ module LibItsGeoNetworking_Pics {
         * @desc Default GeoBroadcast forwarding algorithm
         * @desc Default GeoBroadcast forwarding algorithm
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar GeoBroadcastForwardingAlgorithm PICS_GN_GEOBROADCAST_FORWARDING_ALGORITHM := e_advanced;
        modulepar GeoBroadcastForwardingAlgorithm PICS_GN_GEOBROADCAST_FORWARDING_ALGORITHM := e_cbf;
        
        
        /**
        /**
         * @desc Minimum duration a GUC shall be buffered in the CBF packet buffer [ms]
         * @desc Minimum duration a GUC shall be buffered in the CBF packet buffer [ms]
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar integer PICS_GN_GEOUNICAST_CBF_MIN_TIME := 1;
        modulepar integer PICS_GN_GEOUNICAST_CBF_MIN_TIME := 300;
        
        
        /**
        /**
         * @desc Maximum duration a GUC shall be buffered in the CBF packet buffer [ms]
         * @desc Maximum duration a GUC shall be buffered in the CBF packet buffer [ms]
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar integer PICS_GN_GEOUNICAST_CBF_MAX_TIME := 100;
        modulepar integer PICS_GN_GEOUNICAST_CBF_MAX_TIME := 1000;


        /**
        /**
         * @desc Minimum duration a GBC shall be buffered in the CBF packet buffer [ms]
         * @desc Minimum duration a GBC shall be buffered in the CBF packet buffer [ms]
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar integer PICS_GN_GEOBROADCAST_CBF_MIN_TIME := 1;
        modulepar integer PICS_GN_GEOBROADCAST_CBF_MIN_TIME := 300;
        
        
        /**
        /**
         * @desc Maximum duration a GBC shall be buffered in the CBF packet buffer [ms]
         * @desc Maximum duration a GBC shall be buffered in the CBF packet buffer [ms]
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar integer PICS_GN_GEOBROADCAST_CBF_MAX_TIME := 100;
        modulepar integer PICS_GN_GEOBROADCAST_CBF_MAX_TIME := 1000;
                
                
        /**
        /**
         * @desc Default theoretical maximum communication range [m]
         * @desc Default theoretical maximum communication range [m]
@@ -206,19 +206,19 @@ module LibItsGeoNetworking_Pics {
         * @desc Support for GUC source operations
         * @desc Support for GUC source operations
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_GUC_SRC := true;
        modulepar boolean PICS_GN_GUC_SRC := false;


        /**
        /**
         * @desc Support for GUC destination operations
         * @desc Support for GUC destination operations
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_GUC_DST := true;
        modulepar boolean PICS_GN_GUC_DST := false;


        /**
        /**
         * @desc Support for GUC forwarding
         * @desc Support for GUC forwarding
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_GUC_FWD := true;
        modulepar boolean PICS_GN_GUC_FWD := false;


        /**
        /**
         * @desc Support for GBC source operations
         * @desc Support for GBC source operations
@@ -242,19 +242,19 @@ module LibItsGeoNetworking_Pics {
         * @desc Support for GAC source operations
         * @desc Support for GAC source operations
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_GAC_SRC := true;
        modulepar boolean PICS_GN_GAC_SRC := false;


        /**
        /**
         * @desc Support for GAC destination operations
         * @desc Support for GAC destination operations
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_GAC_DST := true;
        modulepar boolean PICS_GN_GAC_DST := false;


        /**
        /**
         * @desc Support for GAC forwarding
         * @desc Support for GAC forwarding
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_GAC_FWD := true;
        modulepar boolean PICS_GN_GAC_FWD := false;


        /**
        /**
         * @desc Support for SHB source operations
         * @desc Support for SHB source operations
@@ -272,49 +272,49 @@ module LibItsGeoNetworking_Pics {
         * @desc Support for TSB source operations
         * @desc Support for TSB source operations
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_TSB_SRC := true;
        modulepar boolean PICS_GN_TSB_SRC := false;


        /**
        /**
         * @desc Support for TSB destination operations
         * @desc Support for TSB destination operations
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_TSB_DST := true;
        modulepar boolean PICS_GN_TSB_DST := false;


        /**
        /**
         * @desc Support for TSB forwarding
         * @desc Support for TSB forwarding
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_TSB_FWD := true;
        modulepar boolean PICS_GN_TSB_FWD := false;


        /**
        /**
         * @desc Support for LS Request source operations
         * @desc Support for LS Request source operations
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_LS_REQ_SRC := true;
        modulepar boolean PICS_GN_LS_REQ_SRC := false;


        /**
        /**
         * @desc Support for LS Request retransmission
         * @desc Support for LS Request retransmission
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_LS_REQ_RETRANSMISSION := true;
        modulepar boolean PICS_GN_LS_REQ_RETRANSMISSION := false;


        /**
        /**
         * @desc Support for LS Request destination operations
         * @desc Support for LS Request destination operations
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_LS_REQ_DST := true;
        modulepar boolean PICS_GN_LS_REQ_DST := false;


        /**
        /**
         * @desc Support for LS Reply destination operations
         * @desc Support for LS Reply destination operations
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_LS_REP_DST := true;
        modulepar boolean PICS_GN_LS_REP_DST := false;


        /**
        /**
         * @desc Support for LS forwarding
         * @desc Support for LS forwarding
         * @see  ETSI TS 102 871-2 Table 4
         * @see  ETSI TS 102 871-2 Table 4
         */
         */
        modulepar boolean PICS_GN_LS_FWD := true;
        modulepar boolean PICS_GN_LS_FWD := false;


        /**
        /**
         * @desc Support for automatic address
         * @desc Support for automatic address