Commit 189155b7 authored by mullers's avatar mullers
Browse files

final changes applied due to Marben compiler and further alignment between...

final changes applied due to Marben compiler and further alignment between WORD version and text file version
parent 2a21a433
Loading
Loading
Loading
Loading
+95 −99
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ IMPORTS
CAM ::= SEQUENCE {
	header ItsPduHeader,
	cam CoopAwareness

}

CoopAwareness ::= SEQUENCE {
@@ -35,14 +34,13 @@ CAM ::= SEQUENCE {

HighFrequencyContainer ::= CHOICE {
	basicVehicleContainerHighFrequency BasicVehicleContainerHighFrequency,
  
	rsuContainerHighFrequency RSUContainerHighFrequency,
  ...  -- further type specific RSU containers might be added as extensions  
	...
}

 LowFrequencyContainer ::= CHOICE {
  basicVehicleContainerLowFrequency BasicVehicleContainerLowFrequency,
  ...  -- further type specific RSU containers might be added as extensions  
	...
}

SpecialVehicleContainer ::= CHOICE {
@@ -109,7 +107,6 @@ CAM ::= SEQUENCE {

RescueContainer ::= SEQUENCE {
	lightBarSirenInUse LightBarSirenInUse
  
}

EmergencyContainer ::= SEQUENCE {
@@ -125,7 +122,6 @@ CAM ::= SEQUENCE {
	speedLimit SpeedLimit OPTIONAL
}

 
RSUContainerHighFrequency ::= SEQUENCE {
	protectedCommunicationZonesRSU ProtectedCommunicationZonesRSU OPTIONAL,
	...