Commit 12fc6795 authored by Saifullah Khan's avatar Saifullah Khan
Browse files

PathPredictionContainer and GeneralizedLanePositionsContainer are updated

parent 0edc5da3
Loading
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -515,14 +515,20 @@ VeryLowFrequencyContainer ::= SEQUENCE {
*
* Contains information about the possible future paths of ITS station.
*/
PathPredictionContainer ::= PathPredictedList
PathPredictionContainer ::= SEQUENCE {   
	pathPredictedList	PathPredictedList,
	...
}

/**
* This type represents the generalized lane positions container.
*
* Contains detailed information about the transversal position of the ITS station with respect to the road and potentially about the lane type.
*/
GeneralizedLanePositionsContainer ::= GeneralizedLanePositions
GeneralizedLanePositionsContainer ::= SEQUENCE {   
	generalizedLanePositions	GeneralizedLanePositions,
	...
}

/**
* This type represents the vehicle movement control container.