Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
4dc17d4b
Commit
4dc17d4b
authored
Jan 26, 2017
by
garciay
Browse files
Add Spirent changes to reduce warnings
parent
fb260f5c
Changes
3
Hide whitespace changes
Inline
Side-by-side
ttcn/CAM/LibItsCam_Templates.ttcn
View file @
4dc17d4b
...
...
@@ -444,7 +444,7 @@ module LibItsCam_Templates {
* @param p_extLights The exterior lights
*/
template
(
present
)
BasicVehicleContainerLowFrequency
mw_LF_BV_extLights
(
in
template
ExteriorLights
p_extLights
in
template
(
present
)
ExteriorLights
p_extLights
)
modifies
mw_LF_BV_any
:=
{
exteriorLights
:=
p_extLights
...
...
ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn
View file @
4dc17d4b
...
...
@@ -42,13 +42,13 @@ module LibItsGeoNetworking_Templates {
* @param p_geoNwMsg GeoNetworking packet to be sent
* @param p_its_aid ITS-AID used in secured mode. Default: 0, means unused
*/
template
(
omit
)
GeoNetworkingReq
m_geoNwReq_linkLayerBroadcast
(
template
(
value
)
GeoNetworkingPdu
p_geoNwMsg
,
template
(
value
)
UInt32
p_its_aid
:=
0
template
(
value
)
GeoNetworkingReq
m_geoNwReq_linkLayerBroadcast
(
in
template
(
value
)
GeoNetworkingPdu
p_geoNwMsg
,
in
template
(
value
)
UInt32
p_its_aid
:=
0
)
:=
{
msgOut
:=
p_geoNwMsg
,
macDestinationAddress
:=
c_llBroadcast
,
its_aid
:=
p_its_aid
its_aid
:=
p_its_aid
}
/**
...
...
@@ -57,10 +57,10 @@ module LibItsGeoNetworking_Templates {
* @param p_its_aid ITS-AID used in secured mode. Default: 0, means unused
* @param p_llDestinationAdress Link-layer destination address
*/
template
(
omit
)
GeoNetworkingReq
m_geoNwReq_withLinkLayerDestination
(
template
(
value
)
GeoNetworkingPdu
p_geoNwMsg
,
template
(
value
)
UInt32
p_its_aid
:=
0
,
template
(
value
)
MacAddress
p_llDestinationAdress
template
(
value
)
GeoNetworkingReq
m_geoNwReq_withLinkLayerDestination
(
in
template
(
value
)
GeoNetworkingPdu
p_geoNwMsg
,
in
template
(
value
)
UInt32
p_its_aid
:=
0
,
in
template
(
value
)
MacAddress
p_llDestinationAdress
)
modifies
m_geoNwReq_linkLayerBroadcast
:=
{
macDestinationAddress
:=
p_llDestinationAdress
}
...
...
ttcn/MapemSpatem/LibItsMapemSpatem_Templates.ttcn
View file @
4dc17d4b
...
...
@@ -407,6 +407,7 @@ module LibItsMapemSpatem_Templates {
revision
:=
p_revision
,
// Required default values about lane descriptions follow
refPoint
:=
p_position3D
,
// The reference from which subsequent data points are offset until a new point is used.
laneWidth
:=
p_laneWidth
,
// Reference width used by all subsequent lanes unless a new width is given speedLimits SpeedLimitList OPTIONAL,
speedLimits
:=
omit
,
laneSet
:=
p_laneList
,
// Data about one or more lanes (all lane data is found here)
preemptPriorityData
:=
omit
,
// data about one or more regional preempt or priority zones
regional
:=
omit
...
...
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