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 Original line Diff line number Diff line
@@ -17,7 +17,6 @@ IMPORTS
CAM ::= SEQUENCE {
CAM ::= SEQUENCE {
	header ItsPduHeader,
	header ItsPduHeader,
	cam CoopAwareness
	cam CoopAwareness

}
}


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


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


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


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


RescueContainer ::= SEQUENCE {
RescueContainer ::= SEQUENCE {
	lightBarSirenInUse LightBarSirenInUse
	lightBarSirenInUse LightBarSirenInUse
  
}
}


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


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