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

asn update

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


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


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


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