Commit 84834128 authored by kovacsa's avatar kovacsa
Browse files

asn1 update

parent 7a47cd6d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ AccelerationControl ::= BIT STRING {
 accActive       (4),
 cruiseControl   (5),
 speedLimiterActive (6)
} 
} (SIZE(7))


SemiAxisLength ::= INTEGER{ oneCentimeter(1), unavailable(4095) } (0..4095)
@@ -274,7 +274,7 @@ SpecialTransportType ::= ENUMERATED { heavyLoad(0), excessWidth(1) }
LightBarSirenInUse ::= BIT STRING {
 lightBarActivated (0),
 sirenActivated (1)
}
} (SIZE(2))

HeightLonCarr ::= INTEGER { oneCentimeter(1), unknown(100) } (0..100)

@@ -317,7 +317,7 @@ PositionOfOccupants ::= BIT STRING {
 row4RightOccupied   (13),
 row4MidOccupied     (14),
 row4NotDetectable   (15)
}
} (SIZE(16))

PositioningSolutionType ::= ENUMERATED { noPositioningSolution(0), sGNSS(1), dGNSS(2), sGNSSplusDR(3), dGNSSplusDR(4), dR(5), ... }