Commit 30aa98b5 authored by kovacsa's avatar kovacsa
Browse files

asn update

parent ec99fe6d
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ ManagementContainer ::= SEQUENCE {

SituationContainer ::= SEQUENCE {
	informationQuality InformationQuality,
	situation CauseCode
	eventType CauseCode
}

LocationContainer ::= SEQUENCE {
@@ -52,8 +52,8 @@ LocationContainer ::= SEQUENCE {
	laneCount LaneCount OPTIONAL,
	laneCountConfidence LaneCountConfidence OPTIONAL,
	movement Movement OPTIONAL,
	pathHistoryID PathHistoryID,
	pathHistory PathHistory,
	traceID TraceID,
	trace Trace,
	roadClass RoadClass OPTIONAL,
	relevanceDistance RelevanceDistance,
	relevanceTrafficDirection RelevanceTrafficDirection
@@ -92,9 +92,10 @@ AlacarteContainer ::= SEQUENCE {
 
 ExpiryTime ::=	INTEGER { timeOfDetection(0), oneSecondAfterDetection(1) } (0..86400)

 Trace ::= PathHistory
   
 PathHistoryID ::= INTEGER { pathHistory
(0), alternativePath1(1), alternativePath7(7) } (0..7)
 TraceID ::= INTEGER { trace
(0), alternativeTrace1(1), alternativeTrace7(7) } (0..7)
 
 Frequency ::= INTEGER { unknown(0), oneHz(10), thousandHz(10000) } (0..10000)