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
Compare Revisions
ad43a4f966911f73ff11306aede88f97c20ff40b...560b4607a3769990ed4de39d1882c861c83f04a3
Commits (1)
Set GeoNetworking version to 1
· 560b4607
Yann Garcia
authored
Jan 10, 2019
560b4607
Hide whitespace changes
Inline
Side-by-side
ttcn/GeoNetworking/LibItsGeoNetworking_TypesAndValues.ttcn
View file @
560b4607
...
...
@@ -159,7 +159,7 @@ module LibItsGeoNetworking_TypesAndValues {
group
geoNwHeaderConstants
{
const
UInt4
c_geoNwProtocolVersion
:=
0
;
const
UInt4
c_geoNwProtocolVersion
:=
1
;
const
UInt8
c_hopLimit1
:=
1
;
const
UInt8
c_defaultHopLimit
:=
10
;
...
...