Loading GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1172,7 +1172,7 @@ module LibItsGeoNetworking_Functions { * @return */ 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; } Loading GeoNetworking/LibItsGeoNetworking_Pics.ttcn +0 −6 Original line number Diff line number Diff line Loading @@ -159,12 +159,6 @@ module LibItsGeoNetworking_Pics { */ 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] * @see Draft ETSI TS 102 871-1 A.40/22 Loading GeoNetworking/LibItsGeoNetworking_Pixits.ttcn +6 −1 Original line number Diff line number Diff line Loading @@ -103,6 +103,11 @@ module LibItsGeoNetworking_Pixits { */ modulepar UInt32 PX_DISTANCE_UNIT := 10000; /** * @desc Maximum number of application retransmissions */ modulepar integer PX_GN_APPLICATION_MAX_RETRANS := 10; } // end congestionControl group timers { Loading Loading
GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1172,7 +1172,7 @@ module LibItsGeoNetworking_Functions { * @return */ 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; } Loading
GeoNetworking/LibItsGeoNetworking_Pics.ttcn +0 −6 Original line number Diff line number Diff line Loading @@ -159,12 +159,6 @@ module LibItsGeoNetworking_Pics { */ 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] * @see Draft ETSI TS 102 871-1 A.40/22 Loading
GeoNetworking/LibItsGeoNetworking_Pixits.ttcn +6 −1 Original line number Diff line number Diff line Loading @@ -103,6 +103,11 @@ module LibItsGeoNetworking_Pixits { */ modulepar UInt32 PX_DISTANCE_UNIT := 10000; /** * @desc Maximum number of application retransmissions */ modulepar integer PX_GN_APPLICATION_MAX_RETRANS := 10; } // end congestionControl group timers { Loading