Loading ttcn/GeoNetworking/LibItsGeoNetworking_Pixits.ttcn +21 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node A * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_A_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -30,6 +31,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node B * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_B_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -40,6 +42,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node C * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_C_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -50,6 +53,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node D * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_D_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -60,6 +64,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node E * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_E_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -70,6 +75,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node F * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_F_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -84,16 +90,19 @@ module LibItsGeoNetworking_Pixits { /** * @desc Nr of neighbour limit to enter the "medium" congestion status value * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_MIN_NR_NEIGHBOUR := 50; /** * @desc Nr of neighbour limit to enter the "maximum" congestion status value * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_MAX_NR_NEIGHBOUR := 50; /** * @desc Maximum number of application retransmissions * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_APPLICATION_MAX_RETRANS := 10; Loading @@ -103,46 +112,55 @@ module LibItsGeoNetworking_Pixits { /** * @desc Delta for timers to reflect processing time * @see ETSI TS 102 871-3 Table B.7 */ modulepar float PX_T_DELTA := 0.1; /** * @desc Duration of Beacon service retransmit timer [ms] for NetBeaconInterval = medium (cong. ctrl) * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_BEACON_SERVICE_TIMER_MEDIUM := 5000; /** * @desc Duration of Beacon service retransmit timer [ms] for NetBeaconInterval = maximum (cong. ctrl) * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_BEACON_SERVICE_TIMER_MAXIMUM := 8000; /** * @desc Duration of Location service retransmit timer [ms] for NetRepInterval = medium (cong. ctrl) * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_LOCATION_SERVICE_TIMER_MEDIUM := 2000; /** * @desc Duration of Location service retransmit timer [ms] for NetRepInterval = maximum (cong. ctrl) * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_LOCATION_SERVICE_TIMER_MAXIMUM := 3000; /** * @desc Duration of Application retransmit timer [ms] * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_APPLICATION_RETRANSMIT_TIMER := 1000; /** * @desc Duration of Application retransmit timer [ms] - medium * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_APPLICATION_RETRANSMIT_TIMER_MEDIUM := 2000; /** * @desc Duration of Application retransmit timer [ms] - maximum * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_APPLICATION_RETRANSMIT_TIMER_MAXIMUM := 3000; /** * @desc The allowed delta for position checking. * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_POS_DELTA := 1; } Loading @@ -151,6 +169,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc The IUT's upper layer * @see ETSI TS 102 871-3 Table B.7 */ modulepar NextHeader PX_GN_UPPER_LAYER := e_btpA; } Loading @@ -159,11 +178,13 @@ module LibItsGeoNetworking_Pixits { /** * @desc Number of messages to be sent * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_MESSAGE_COUNT := 5; /** * @desc Time necessary for IUT to detect neighbours * @see ETSI TS 102 871-3 Table B.7 */ modulepar float PX_NEIGHBOUR_DISCOVERY_DELAY := 1.0 Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Pixits.ttcn +21 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node A * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_A_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -30,6 +31,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node B * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_B_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -40,6 +42,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node C * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_C_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -50,6 +53,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node D * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_D_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -60,6 +64,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node E * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_E_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -70,6 +75,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc GeoNetworking address of the GeoAdhoc router node F * @see ETSI TS 102 871-3 Table B.7 */ modulepar GN_Address PX_TS_NODE_F_LOCAL_GN_ADDR := { typeOfAddress := e_manual, Loading @@ -84,16 +90,19 @@ module LibItsGeoNetworking_Pixits { /** * @desc Nr of neighbour limit to enter the "medium" congestion status value * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_MIN_NR_NEIGHBOUR := 50; /** * @desc Nr of neighbour limit to enter the "maximum" congestion status value * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_MAX_NR_NEIGHBOUR := 50; /** * @desc Maximum number of application retransmissions * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_APPLICATION_MAX_RETRANS := 10; Loading @@ -103,46 +112,55 @@ module LibItsGeoNetworking_Pixits { /** * @desc Delta for timers to reflect processing time * @see ETSI TS 102 871-3 Table B.7 */ modulepar float PX_T_DELTA := 0.1; /** * @desc Duration of Beacon service retransmit timer [ms] for NetBeaconInterval = medium (cong. ctrl) * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_BEACON_SERVICE_TIMER_MEDIUM := 5000; /** * @desc Duration of Beacon service retransmit timer [ms] for NetBeaconInterval = maximum (cong. ctrl) * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_BEACON_SERVICE_TIMER_MAXIMUM := 8000; /** * @desc Duration of Location service retransmit timer [ms] for NetRepInterval = medium (cong. ctrl) * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_LOCATION_SERVICE_TIMER_MEDIUM := 2000; /** * @desc Duration of Location service retransmit timer [ms] for NetRepInterval = maximum (cong. ctrl) * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_LOCATION_SERVICE_TIMER_MAXIMUM := 3000; /** * @desc Duration of Application retransmit timer [ms] * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_APPLICATION_RETRANSMIT_TIMER := 1000; /** * @desc Duration of Application retransmit timer [ms] - medium * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_APPLICATION_RETRANSMIT_TIMER_MEDIUM := 2000; /** * @desc Duration of Application retransmit timer [ms] - maximum * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_GN_APPLICATION_RETRANSMIT_TIMER_MAXIMUM := 3000; /** * @desc The allowed delta for position checking. * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_POS_DELTA := 1; } Loading @@ -151,6 +169,7 @@ module LibItsGeoNetworking_Pixits { /** * @desc The IUT's upper layer * @see ETSI TS 102 871-3 Table B.7 */ modulepar NextHeader PX_GN_UPPER_LAYER := e_btpA; } Loading @@ -159,11 +178,13 @@ module LibItsGeoNetworking_Pixits { /** * @desc Number of messages to be sent * @see ETSI TS 102 871-3 Table B.7 */ modulepar integer PX_MESSAGE_COUNT := 5; /** * @desc Time necessary for IUT to detect neighbours * @see ETSI TS 102 871-3 Table B.7 */ modulepar float PX_NEIGHBOUR_DISCOVERY_DELAY := 1.0 Loading