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

Fixed the GeneralizedLanePositions and RoadLanePositions

parent ddfdcc1c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -452,7 +452,7 @@ ExtensionContainers EXTENSION-CONTAINER-ID-AND-TYPE ::= {
    {EHorizonLocationSharingContainer IDENTIFIED BY eHorizonLocationSharingContainer} |
    {VeryLowFrequencyContainer IDENTIFIED BY veryLowFrequencyContainer} |
    {PathPredictionContainer IDENTIFIED BY pathPredictionContainer} |
    {GeneralizedLanePositionsContainer IDENTIFIED BY generalizedLanePositionsContainer} |
    {RoadLanePositionsContainer IDENTIFIED BY roadLanePositionsContainer} |
    {VehicleMovementControlContainer IDENTIFIED BY vehicleMovementControlContainer},
	...
}
@@ -615,14 +615,14 @@ PathPredictionContainer ::= SEQUENCE {
}
```

### <a name="GeneralizedLanePositionsContainer"></a>GeneralizedLanePositionsContainer
This type represents the generalized lane positions container.
### <a name="RoadLanePositionsContainer"></a>RoadLanePositionsContainer
This type represents the road 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.

* _generalizedLanePositions_ of type [**GeneralizedLanePositions**](ETSI-ITS-CDD.md#GeneralizedLanePositions) <br>
* _generalizedLanePositions of type [**GeneralizedLanePositions**](ETSI-ITS-CDD.md#GeneralizedLanePositions) <br>
```asn1
GeneralizedLanePositionsContainer ::= SEQUENCE {   
RoadLanePositionsContainer ::= SEQUENCE {   
	generalizedLanePositions	GeneralizedLanePositions,
	...
}