Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1172,7 +1172,7 @@ module LibItsGeoNetworking_Functions { * @return * @return */ */ function f_getAppMaxRetrans() return integer { function f_getAppMaxRetrans() return integer { var integer v_itsGnApplicationMaxRetrans := PICS_GN_APPLICATION_MAX_RETRANS; var integer v_itsGnApplicationMaxRetrans := PX_GN_APPLICATION_MAX_RETRANS; return v_itsGnApplicationMaxRetrans; return v_itsGnApplicationMaxRetrans; } } Loading ttcn/GeoNetworking/LibItsGeoNetworking_Pics.ttcn +0 −6 Original line number Original line Diff line number Diff line Loading @@ -159,12 +159,6 @@ module LibItsGeoNetworking_Pics { */ */ modulepar integer PICS_GN_TRAFFIC_CLASS_LATENCY := 10; modulepar integer PICS_GN_TRAFFIC_CLASS_LATENCY := 10; /** * @desc Maximum number of application retransmissions * @see */ modulepar integer PICS_GN_APPLICATION_MAX_RETRANS := 10; /** /** * @desc Default theoretical maximum communication range [m] * @desc Default theoretical maximum communication range [m] * @see Draft ETSI TS 102 871-1 A.40/22 * @see Draft ETSI TS 102 871-1 A.40/22 Loading ttcn/GeoNetworking/LibItsGeoNetworking_Pixits.ttcn +6 −1 Original line number Original line Diff line number Diff line Loading @@ -103,6 +103,11 @@ module LibItsGeoNetworking_Pixits { */ */ modulepar UInt32 PX_DISTANCE_UNIT := 10000; modulepar UInt32 PX_DISTANCE_UNIT := 10000; /** * @desc Maximum number of application retransmissions */ modulepar integer PX_GN_APPLICATION_MAX_RETRANS := 10; } // end congestionControl } // end congestionControl group timers { group timers { Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1172,7 +1172,7 @@ module LibItsGeoNetworking_Functions { * @return * @return */ */ function f_getAppMaxRetrans() return integer { function f_getAppMaxRetrans() return integer { var integer v_itsGnApplicationMaxRetrans := PICS_GN_APPLICATION_MAX_RETRANS; var integer v_itsGnApplicationMaxRetrans := PX_GN_APPLICATION_MAX_RETRANS; return v_itsGnApplicationMaxRetrans; return v_itsGnApplicationMaxRetrans; } } Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Pics.ttcn +0 −6 Original line number Original line Diff line number Diff line Loading @@ -159,12 +159,6 @@ module LibItsGeoNetworking_Pics { */ */ modulepar integer PICS_GN_TRAFFIC_CLASS_LATENCY := 10; modulepar integer PICS_GN_TRAFFIC_CLASS_LATENCY := 10; /** * @desc Maximum number of application retransmissions * @see */ modulepar integer PICS_GN_APPLICATION_MAX_RETRANS := 10; /** /** * @desc Default theoretical maximum communication range [m] * @desc Default theoretical maximum communication range [m] * @see Draft ETSI TS 102 871-1 A.40/22 * @see Draft ETSI TS 102 871-1 A.40/22 Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Pixits.ttcn +6 −1 Original line number Original line Diff line number Diff line Loading @@ -103,6 +103,11 @@ module LibItsGeoNetworking_Pixits { */ */ modulepar UInt32 PX_DISTANCE_UNIT := 10000; modulepar UInt32 PX_DISTANCE_UNIT := 10000; /** * @desc Maximum number of application retransmissions */ modulepar integer PX_GN_APPLICATION_MAX_RETRANS := 10; } // end congestionControl } // end congestionControl group timers { group timers { Loading