Loading ITS-Container.asn +5 −5 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ Latitude ::= INTEGER { oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10), unkn Elevation ::= INTEGER { seaLevel (0),oneMeter (1) } (-1000..7191) DeltaLongitude ::= INTEGER { oneMicrodegreeEast (10), oneMicrodegreeWest (-10) } (-120..120) -- multiples of 0.1 microdegree DeltaLongitude ::= INTEGER { oneMicrodegreeEast (10), oneMicrodegreeWest (-10), unknown(120) } (-120..120) -- multiples of 0.1 microdegree DeltaLatitude ::= INTEGER { oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10) } (-120..120) -- multiples of 0.1 microdegree DeltaLatitude ::= INTEGER { oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10), unknown(120) } (-120..120) -- multiples of 0.1 microdegree PosConfidenceEllipse ::= SEQUENCE { Loading @@ -51,7 +51,7 @@ PathPoint ::= SEQUENCE { pathDeltaTime PathDeltaTime } PathDeltaTime ::= INTEGER { hundredMilliSecondsInPast(1), hundredMilliSecondsInFuture(-1) } (-31..31, ...) PathDeltaTime ::= INTEGER { hundredMilliSecondsInPast(1), unkown(0), hundredMilliSecondsInFuture(-1) } (-31..31, ...) AccelerationControl ::= BIT STRING { notValid (0), Loading Loading @@ -136,7 +136,7 @@ LaneCountConfidence ::= Percentage Percentage ::= INTEGER (0..100) VehicleSpeed ::= INTEGER { oneCentimeterPerSec(1) } (0..16383) VehicleSpeed ::= INTEGER { standstill(0), oneCentimeterPerSec(1), unknown(16383) } (0..16383) VehicleSpeedConfidence ::= INTEGER { notValid(127) } (0..127) Loading Loading @@ -169,7 +169,7 @@ ExteriorLights ::= BIT STRING { } LongTruck ::= ENUMERATED { lengthOf18point75Meters, ... } LongTruck ::= ENUMERATED { lengthOf18point75Meters (0), ... } DangerousGoods ::= ENUMERATED { unknown(0), explosives(1), flammableGases(2), toxicGases(3), flammableLiquids(4), flammalbeSolids(5), substancesLiableToSpontaneousCombustion(6), substancesEmittingFlammableGasesUponContactWithWater(7), oxidizingSubstances(8), organicPeroxides(9), toxicSubstances(10), infectiousSubstances(11), radioactiveMaterial(12), corrosiveSubstances(13), miscellaneousDangerousSubstances(14) } Loading Loading
ITS-Container.asn +5 −5 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ Latitude ::= INTEGER { oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10), unkn Elevation ::= INTEGER { seaLevel (0),oneMeter (1) } (-1000..7191) DeltaLongitude ::= INTEGER { oneMicrodegreeEast (10), oneMicrodegreeWest (-10) } (-120..120) -- multiples of 0.1 microdegree DeltaLongitude ::= INTEGER { oneMicrodegreeEast (10), oneMicrodegreeWest (-10), unknown(120) } (-120..120) -- multiples of 0.1 microdegree DeltaLatitude ::= INTEGER { oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10) } (-120..120) -- multiples of 0.1 microdegree DeltaLatitude ::= INTEGER { oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10), unknown(120) } (-120..120) -- multiples of 0.1 microdegree PosConfidenceEllipse ::= SEQUENCE { Loading @@ -51,7 +51,7 @@ PathPoint ::= SEQUENCE { pathDeltaTime PathDeltaTime } PathDeltaTime ::= INTEGER { hundredMilliSecondsInPast(1), hundredMilliSecondsInFuture(-1) } (-31..31, ...) PathDeltaTime ::= INTEGER { hundredMilliSecondsInPast(1), unkown(0), hundredMilliSecondsInFuture(-1) } (-31..31, ...) AccelerationControl ::= BIT STRING { notValid (0), Loading Loading @@ -136,7 +136,7 @@ LaneCountConfidence ::= Percentage Percentage ::= INTEGER (0..100) VehicleSpeed ::= INTEGER { oneCentimeterPerSec(1) } (0..16383) VehicleSpeed ::= INTEGER { standstill(0), oneCentimeterPerSec(1), unknown(16383) } (0..16383) VehicleSpeedConfidence ::= INTEGER { notValid(127) } (0..127) Loading Loading @@ -169,7 +169,7 @@ ExteriorLights ::= BIT STRING { } LongTruck ::= ENUMERATED { lengthOf18point75Meters, ... } LongTruck ::= ENUMERATED { lengthOf18point75Meters (0), ... } DangerousGoods ::= ENUMERATED { unknown(0), explosives(1), flammableGases(2), toxicGases(3), flammableLiquids(4), flammalbeSolids(5), substancesLiableToSpontaneousCombustion(6), substancesEmittingFlammableGasesUponContactWithWater(7), oxidizingSubstances(8), organicPeroxides(9), toxicSubstances(10), infectiousSubstances(11), radioactiveMaterial(12), corrosiveSubstances(13), miscellaneousDangerousSubstances(14) } Loading