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
17687f5a
Commit
17687f5a
authored
Oct 12, 2016
by
garciay
Browse files
Add encode (payload) "UpperTester" for UtGnTrgger messages
parent
0b0e9fa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/GeoNetworking/LibItsGeoNetworking_TypesAndValues.ttcn
View file @
17687f5a
...
...
@@ -933,6 +933,8 @@ module LibItsGeoNetworking_TypesAndValues {
UInt16
lifetime
,
TrafficClass
trafficClass
,
Payload
payload
}
with
{
encode
(
payload
)
"UpperTester"
}
/**
...
...
@@ -950,6 +952,8 @@ module LibItsGeoNetworking_TypesAndValues {
UInt24
reserved
,
Area
area
,
Payload
payload
}
with
{
encode
(
payload
)
"UpperTester"
}
/**
...
...
@@ -965,6 +969,8 @@ module LibItsGeoNetworking_TypesAndValues {
type
record
GenerateSHBMessage
{
TrafficClass
trafficClass
,
Payload
payload
}
with
{
encode
(
payload
)
"UpperTester"
}
/**
...
...
@@ -979,6 +985,8 @@ module LibItsGeoNetworking_TypesAndValues {
UInt16
lifetime
,
TrafficClass
trafficClass
,
Payload
payload
}
with
{
encode
(
payload
)
"UpperTester"
}
/**
...
...
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