Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
ITS - Intelligent Transport Systems
ASN1
CDD TS 102 894-2
Compare revisions
2d2450e79aab4c7032ef615b72ddefaf2e5ba8a9...151b191121d05c3b808f5dec14387339730db14f
Commits (1)
ERRATA change request 1 to the v1.3.1 - LanePosition definition
· 151b1911
Denis Filatov
authored
Jun 04, 2020
151b1911
Hide whitespace changes
Inline
Side-by-side
ITS-Container.asn
View file @
151b1911
...
...
@@ -213,8 +213,8 @@ HeadingValue ::= INTEGER {wgs84North(0), wgs84East(900), wgs84South(1800), wgs84
HeadingConfidence ::= INTEGER {equalOrWithinZeroPointOneDegree (1), equalOrWithinOneDegree (10), outOfRange(126), unavailable(127)} (1..127)
LanePosition::= INTEGER {offTheRoad(-1),
h
ardShoulder(0),
out
ermostDrivingLane(1), secondLaneFrom
Out
side(2)} (-1..14)
LanePosition
::= INTEGER {offTheRoad(-1),
innerH
ardShoulder(0),
inn
ermostDrivingLane(1), secondLaneFrom
In
side(2)
, outerHardShoulder(14)
} (-1..14)
ClosedLanes ::= SEQUENCE {
innerhardShoulderStatus HardShoulderStatus OPTIONAL,
...
...