Commit 165a1a12 authored by kovacsa's avatar kovacsa
Browse files

asn1 update

parent 58cafe4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ CAM ::= SEQUENCE {
 }
 
 RoadWorksContainerBasic ::= SEQUENCE {
  roadworksSubCauseCode RoadworksSubCauseCode(3..5) OPTIONAL,
  roadworksSubCauseCode RoadworksSubCauseCode OPTIONAL,
  lightBarSirenInUse LightBarSirenInUse
 }

+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ PosConfidenceEllipse ::= SEQUENCE {

PathPoint ::= SEQUENCE {
 pathPosition DeltaReferencePosition,
 pathDeltaTime PathDeltaTime OPTIONAL 
 pathDeltaTime PathDeltaTime 
}

PathDeltaTime ::= INTEGER { tenMilliSecondsInPast(1) } (0..65535, ...) 
+6 −9
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN

IMPORTS 
   ItsPduHeader, CauseCode, HumanProblemSubCauseCode, VehicleBreakdownSubCauseCode, PostCrashSubCauseCode, Percentage, StationID, Movement, InformationQuality, ReferencePosition, DangerousGoodsExtended, Direction, LaneCount, LaneNumber, LightBarSirenInUse, PathHistory, RoadClass, HeightLonCarr, PosLonCarr, PosPillar, PosCentMass, PositioningSolutionType, StationType, SpeedLimit, StationarySince, TimestampIts, WheelBaseVehicle, TurningRadius, PosFrontAx, PositionOfOccupants, Temperature, VehicleMass, VehicleIdentification, EnergyStorageType FROM ITS-Container {
   ItsPduHeader, CauseCode, Percentage, StationID, Movement, InformationQuality, ReferencePosition, DangerousGoodsExtended, Direction, LaneCount, LaneNumber, LightBarSirenInUse, PathHistory, RoadClass, HeightLonCarr, PosLonCarr, PosPillar, PosCentMass, PositioningSolutionType, StationType, SpeedLimit, StationarySince, TimestampIts, WheelBaseVehicle, TurningRadius, PosFrontAx, PositionOfOccupants, Temperature, VehicleMass, VehicleIdentification, EnergyStorageType FROM ITS-Container {
 itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (302637) cc (0) version (1) 
};

@@ -27,7 +27,6 @@ DecentralizedEnvironmentalNotificationMessage ::= SEQUENCE {
}

ManagementContainer ::= SEQUENCE {
	generationTime  TimestampIts,
	actionID	ActionID,
	dataVersion	DataVersion,
	detectionTime	TimestampIts,
@@ -73,7 +72,8 @@ PositionOfPillars ::= SEQUENCE (SIZE(1..3, ...)) OF PosPillar
  closedLanes LaneSets OPTIONAL,
  restriction RestrictedTypes OPTIONAL,
  speedLimit SpeedLimit OPTIONAL,
  recommendedPaths Traces OPTIONAL	--Traces without timestamps
  incidentIndication CauseCode OPTIONAL,
  recommendedPath ItineraryPath OPTIONAL	--Traces without timestamps
 }

LaneSets ::= SEQUENCE OF LaneNumber
@@ -83,12 +83,7 @@ RestrictedTypes ::= SEQUENCE OF StationType
StationaryVehicleContainer ::= SEQUENCE {
 stationType StationType,
 stationarySince StationarySince OPTIONAL,
 humanProblemCauseCode CauseCode (WITH COMPONENTS { causeCode (93),
 subCauseCode (0..3) }) OPTIONAL,
 vehicleBreakDownCauseCode CauseCode (WITH COMPONENTS { causeCode (91),
 subCauseCode (0..8) }) OPTIONAL, 
 postCrashCauseCode CauseCode (WITH COMPONENTS { causeCode (92),
 subCauseCode (0..4) }) OPTIONAL,
 stationaryCause CauseCode OPTIONAL,
 carryingDangerousGoods DangerousGoodsExtended OPTIONAL,
 numberOfOccupants INTEGER(0..127) OPTIONAL,
 vehicleIdentification VehicleIdentification OPTIONAL,
@@ -122,6 +117,8 @@ AlacarteContainer ::= SEQUENCE {
 
 Traces ::= SEQUENCE SIZE(0..7) OF PathHistory
    
 ItineraryPath= SEQUENCE SIZE(0..40) OF ReferencePosition
 
 TransmissionInterval ::= INTEGER { oneMilliSecond(1), tenSeconds(10000) } (1..10000)
 
 RelevanceDistance ::= ENUMERATED { lessThan50m(0)