Commit b95e4f7d authored by kovacsa's avatar kovacsa
Browse files

asn update

parent 3adc2bce
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN

IMPORTS 
   ItsPduHeader, Percentage, StationID, Timestamp, VehicleSpeed,InformationQuality, ReferencePosition, Direction, DirectionConfidence, LaneCount, LaneCountConfidence, StationID, PathHistory, RoadClass, Mass, HeightLonCarr, PosLonCarr, PosPillar, PosCentMass, WheelBaseVehicle, TurningRadius, PosFrontAx, PositionOfOccupants  FROM ITS-Container {
 itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cc (3) version (3) 
   ItsPduHeader, Percentage, StationID, Timestamp, VehicleSpeed,InformationQuality, ReferencePosition, Direction, DirectionConfidence, LaneCount, LaneCountConfidence, StationID, PathHistory, RoadClass, HeightLonCarr, PosLonCarr, PosPillar, PosCentMass, WheelBaseVehicle, TurningRadius, PosFrontAx, PositionOfOccupants  FROM ITS-Container {
 itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cc (0) version (3) 
};


@@ -34,7 +34,7 @@ ManagementContainer ::= SEQUENCE {
	actionID	ActionID,
	dataVersion	DataVersion,
	detectionTime	Timestamp,
	expiryTime	ExpiryTime,
	expiryTime	ExpiryTime OPTIONAL,
	isNegation	BOOLEAN,
	frequency	Frequency
}
@@ -56,7 +56,7 @@ LocationContainer ::= SEQUENCE {
	pathHistory PathHistory,
	roadClass RoadClass OPTIONAL,
	relevanceDistance RelevanceDistance,
	disseminationDirection Direction
	relevanceTrafficDirection RelevanceTrafficDirection
}

ImpactReductionContainer ::= SEQUENCE {
@@ -147,7 +147,6 @@ AlacarteContainer ::= SEQUENCE {
 
 EmergencyElectronicBrakeLightsSubCauseCode ::= INTEGER {unknown(0), hardBrakingVehicle(1) }  (0..1, ...)
  
 
 PathHistoryID ::= INTEGER { pathHistory
(0), alternativePath1(1), alternativePath7(7) } (0..7)
 
@@ -156,5 +155,6 @@ AlacarteContainer ::= SEQUENCE {
 RelevanceDistance ::= ENUMERATED { lessThan50m(0)
, between50to100m(1), between100to200m(2), between200to500m(3), between500to1000m(4), between1to5km(5), between5to10km(6), over10km(7) }
  
 RelevanceTrafficDirection :: = ENUMERATED { unknown(0), upstreamTraffic(1), downstreamTraffic(2), allTrafficDirection(3) }

END