Commit a0e74bd2 authored by mullers's avatar mullers
Browse files

Priority deleted and inline NULL type exteriorized

parent 4d717358
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ CAM ::= SEQUENCE {

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

@@ -56,7 +56,6 @@ CAM ::= SEQUENCE {
  ...  
 }
	

 BasicContainer ::= SEQUENCE {
  stationType StationType,
  referencePosition ReferencePosition
@@ -124,6 +123,8 @@ CAM ::= SEQUENCE {
  speedLimit SpeedLimit OPTIONAL
 }

 EmptyRSUContainerHighFrequency ::= NULL

 GenerationDeltaTime ::= INTEGER { oneMilliSec(1) } (0..65535)
 	
END
+0 −2
Original line number Diff line number Diff line
@@ -339,8 +339,6 @@ VehicleWidth ::= INTEGER { tenCentimeters(1), outOfRange(61), unknown(62) } (1

PathHistory::=  SEQUENCE (SIZE(0..40)) OF PathPoint

Priority ::= INTEGER { lowest(0), highest(3) }  (0..3)

PtPriority ::= INTEGER { lowest(0), highest(3) }  (0..3)

EmergencyPriority ::= INTEGER { requestForRightOfWay(0), requestForFreeCrossingAtATrafficLight(1) } (0..1)