Commit aab2123b authored by garciay's avatar garciay
Browse files

Update POS0, RelevanceDistance & RelevanceTrafficDirection in DENM messages

parent c61bed91
......@@ -185,7 +185,10 @@ module ItsRSUsSimulator_Functions {
v_denmEventsParmsPerZone[v_counter].eventPosition,
v_denmEventsParmsPerZone[v_counter].causeCodeType,
v_denmEventsParmsPerZone[v_counter].eventHistory,
v_denmEventsParmsPerZone[v_counter].traces
v_denmEventsParmsPerZone[v_counter].traces,
-,
PICS_DENM_RELEVANCE_DISTANCE,
PICS_DENM_RELEVANCE_TRAFFIC_DIRECTION
);
v_denms[v_counter] := valueof(
m_denmPdu(
......
......@@ -269,7 +269,7 @@ module ItsRSUsSimulator_Templates {
positioningSolution := omit,
stationaryVehicle := omit
}
template (value) DenmParmContainers m_denmParmContainers(
in template (value) StationID p_originatingStationID,
in template (value) SequenceNumber p_sequenceNumber,
......@@ -279,7 +279,8 @@ module ItsRSUsSimulator_Templates {
in template (value) EventHistory p_eventHistory,
in template (value) Traces p_traces,
in template (value) ValidityDuration p_validityDuration := 86400,
in template (value) RelevanceDistance p_relevanceDistance := lessThan200m
in template (value) RelevanceDistance p_relevanceDistance := lessThan100m,
in template (value) RelevanceTrafficDirection p_relevanceTrafficDirection := upstreamTraffic
) := {
managementContainer := {
actionID := {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment