Commit c987826e authored by kovacsa's avatar kovacsa
Browse files

asn1 update

parent bbeef563
Loading
Loading
Loading
Loading
+6 −9
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
BEGIN


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


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