Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
aab2123b
Commit
aab2123b
authored
Sep 12, 2016
by
garciay
Browse files
Update POS0, RelevanceDistance & RelevanceTrafficDirection in DENM messages
parent
c61bed91
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Functions.ttcn
View file @
aab2123b
...
...
@@ -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
(
...
...
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Pics.ttcn
View file @
aab2123b
This diff is collapsed.
Click to expand it.
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Templates.ttcn
View file @
aab2123b
...
...
@@ -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
:=
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment