Commit 4557a846 authored by Saifullah Khan's avatar Saifullah Khan
Browse files

Update CAM-PDU-Descriptions.asn

parent 64afeece
Loading
Loading
Loading
Loading
Loading
+20 −2
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
	- PathPredictionContainer
	- TwoWheelerContainer
- ITSWG1(24)000002r1 containing the Very Low Frequency Container
- ITSWG1(24)000163r1 VehicleMovementControlsContainer
*/

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)} 
@@ -375,6 +376,7 @@ eHorizonLocationSharingContainer ExtensionContainerId ::= 2
veryLowFrequencyContainer ExtensionContainerId ::= 3
pathPredictionContainer ExtensionContainerId ::= 4
generalizedLanePositionsContainer ExtensionContainerId ::= 5
vehicleMovementControlsContainer ExtensionContainerId ::= 6

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

@@ -521,6 +524,21 @@ PathPredictionContainer ::= PathPredictedList
*/
GeneralizedLanePositionsContainer ::= GeneralizedLanePositions

/**
* This type represents the vehicle movement controls container.
*
* Contains information about the current vehicle movement control status 
* of ITS station.
*  This contains: 
*	- brake and acceleration pedal position status information
* 	- mechanism for lateral, longitudinal movements dimensions 
*	  of the vehicle 
*/
vehicleMovementControlsContainer ::= SEQUENCE {   
	vehicleMovementControls	VehicleMovementControls ,
	...
}


END