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

Removed 's' from the Controls in VehicleMovementControls

parent 1783b5f4
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
	- PathPredictionContainer
	- TwoWheelerContainer
- ITSWG1(24)000002r1 containing the Very Low Frequency Container
- ITSWG1(24)000163r1 VehicleMovementControlsContainer
- ITSWG1(24)000163r1 VehicleMovementControlContainer
*/

CAM-PDU-Descriptions  {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) camPduRelease2 (103900) major-version-2 (2) minor-version-1 (1)} 
@@ -376,7 +376,7 @@ eHorizonLocationSharingContainer ExtensionContainerId ::= 2
veryLowFrequencyContainer ExtensionContainerId ::= 3
pathPredictionContainer ExtensionContainerId ::= 4
generalizedLanePositionsContainer ExtensionContainerId ::= 5
vehicleMovementControlsContainer ExtensionContainerId ::= 6
vehicleMovementControlContainer ExtensionContainerId ::= 6

/**
* This information object set represents the association between the container type and the container content.
@@ -387,7 +387,7 @@ ExtensionContainers EXTENSION-CONTAINER-ID-AND-TYPE ::= {
    {VeryLowFrequencyContainer IDENTIFIED BY veryLowFrequencyContainer} |
    {PathPredictionContainer IDENTIFIED BY pathPredictionContainer} |
    {GeneralizedLanePositionsContainer IDENTIFIED BY generalizedLanePositionsContainer} |
    {VehicleMovementControlsContainer IDENTIFIED BY vehicleMovementControlsContainer},
    {VehicleMovementControlContainer IDENTIFIED BY vehicleMovementControlContainer},
	...
}

@@ -535,7 +535,7 @@ GeneralizedLanePositionsContainer ::= GeneralizedLanePositions
*	  of the vehicle 
*/
VehicleMovementControlsContainer ::= SEQUENCE {   
	vehicleMovementControls	VehicleMovementControls ,
	vehicleMovementControl	VehicleMovementControl ,
	...
}