Commit d0cf3724 authored by Saifullah Khan's avatar Saifullah Khan
Browse files

GeneralizedLanePositions and RoadLanePositions fixed.

parent 4f61d59e
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ ItsPduHeader, CauseCodeV2, ReferencePosition, AccelerationControl, Curvature, Cu
EmergencyPriority, EmbarkationStatus, Speed, DriveDirection, AccelerationComponent, StationType, ExteriorLights, DangerousGoodsBasic, 
SpecialTransportType, LightBarSirenInUse, VehicleRole, VehicleLength, VehicleWidth, Path, RoadworksSubCauseCode, ClosedLanes, 
TrafficRule, SpeedLimit, SteeringWheelAngle, PerformanceClass, YawRate, PtActivation, ProtectedCommunicationZonesRSU, 
CenDsrcTollingZone, GenerationDeltaTime, BasicContainer, BrakeControl, VehicleHeight2, WiperStatus, RoadLanePositions, 
CenDsrcTollingZone, GenerationDeltaTime, BasicContainer, BrakeControl, VehicleHeight2, WiperStatus, GeneralizedLanePositions, 
PathPredictedList, CartesianAngle, Wgs84Angle, StabilityChangeIndication, VruSubProfileBicyclist, VruMovementControl,
BasicLaneConfiguration, PolygonalLine, MetaInformation, ConfidenceLevels, VehicleMovementControl

@@ -380,7 +380,7 @@ ExtensionContainers EXTENSION-CONTAINER-ID-AND-TYPE ::= {
    {EHorizonLocationSharingContainer IDENTIFIED BY eHorizonLocationSharingContainer} |
    {VeryLowFrequencyContainer IDENTIFIED BY veryLowFrequencyContainer} |
    {PathPredictionContainer IDENTIFIED BY pathPredictionContainer} |
    {roadLanePositionsContainer IDENTIFIED BY roadLanePositionsContainer} |
    {RoadLanePositionsContainer IDENTIFIED BY roadLanePositionsContainer} |
    {VehicleMovementControlContainer IDENTIFIED BY vehicleMovementControlContainer},
	...
}
@@ -519,8 +519,8 @@ PathPredictionContainer ::= SEQUENCE {
*
* Contains detailed information about the transversal position of the ITS station with respect to the road and potentially about the lane type.
*/
roadLanePositionsContainer ::= SEQUENCE {   
	roaddLanePositions	RoadLanePositions,
RoadLanePositionsContainer ::= SEQUENCE {   
	generalizedLanePositions	GeneralizedLanePositions,
	...
}