Commit 604661e7 authored by kovacsa's avatar kovacsa
Browse files

asn1 update

parent ff28c35d
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -177,11 +177,6 @@ DirectionValue ::= INTEGER {north(0), east(900), south(1800), west(2700), unavai


DirectionConfidence ::= INTEGER { withinZeroPointOneDegree(1), withinOneDegree(10), unavailable(127) } (1..127)
DirectionConfidence ::= INTEGER { withinZeroPointOneDegree(1), withinOneDegree(10), unavailable(127) } (1..127)


LaneCount ::= SEQUENCE {
 laneNumber LaneNumber,
 laneNumberConfidence LaneNumberConfidence
}

LaneNumber ::= INTEGER { offTheRoad(-1), hardShoulder(0),
LaneNumber ::= INTEGER { offTheRoad(-1), hardShoulder(0),
outermostDrivingLane(1), secondLaneFromOutside(2) } (-1..14)
outermostDrivingLane(1), secondLaneFromOutside(2) } (-1..14)