Commit eb8ff064 authored by kovacsa's avatar kovacsa
Browse files

asn1 update

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




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


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


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


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