Commit 4931d9af authored by kovacsa's avatar kovacsa
Browse files

asn update

parent 8b624db0
Loading
Loading
Loading
Loading
+6 −11
Original line number Diff line number Diff line
ITS-Container {
 itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cc (3) version (3) 
 itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cc (0) version (3) 
}

DEFINITIONS AUTOMATIC TAGS ::= 
@@ -9,7 +9,7 @@ BEGIN

ItsPduHeader ::= SEQUENCE {
	protocolVersion		INTEGER{ currentVersion(3) } (0..255),
	messageID 		INTEGER{ cam(0), denm(1) } (0..255),
	messageID 		INTEGER{ denm(1),cam(2), spat(3), topo(4) } (0..255),
	stationID StationID
}

@@ -33,7 +33,7 @@ Longitude ::= INTEGER { oneMicrodegreeEast (10), oneMicrodegreeWest (-10), unkno

Latitude ::= INTEGER { oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10), unknown(900000001) } (-900000000..900000001) -- multiples of 0.1 microdegree

Elevation ::= INTEGER (-1000..7191) -- multiples of 1 m
Elevation ::= INTEGER { seaLevel (0),oneMeter (1) } (-1000..7191)

DeltaLongitude ::= INTEGER { oneMicrodegreeEast (10), oneMicrodegreeWest (-10) } (-120..120) -- multiples of 0.1 microdegree

@@ -97,7 +97,7 @@ StationType ::= INTEGER { unkown(0), passengerCar(1), bus(2) } (0..255)

VehicleHeight ::= INTEGER { tenCentimeters(1), outOfRange(51) } (0..51)
VehicleWidth ::= INTEGER { tenCentimeters(1), outOfRange(51) } (0..51)
VehicleLengthNormal ::= INTEGER { tenCentimeters(1), outOfRange(127) } (0..127)
VehicleLengthNormal ::= INTEGER { unkown(0), tenCentimeters(1), outOfRange(127) } (0..127)

ExteriorLights ::= BIT STRING {
 lowBeamHeadlightsOn     (0),
@@ -127,15 +127,10 @@ miscellaneousDangerousSubstances(14) }
SpecialTransport  ::= ENUMERATED { toBeDefined } -- not well defined yet

LightBarSirenInUse ::= BIT STRING {
 noActivity (0),
 lightBarAvailable (1),
 lightBarActivated (2),
 sirenAvailable (3),
 sirenActivated (4)
 lightBarActivated (0),
 sirenActivated (1)
}

Mass ::= INTEGER { hundredKg(1), exceeding50Tons(500), massUnknown(501) } (0..501)

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

PosLonCarr ::= INTEGER { oneCentimeter(1) } (0..127)