Commit d3447a65 authored by Yann Garcia's avatar Yann Garcia
Browse files

Compile ASN.1 files with TITAN

parent 269c9ee7
Loading
Loading
Loading
Loading
Loading
+10 −7
Original line number Diff line number Diff line
@@ -13,9 +13,10 @@ DEFINITIONS AUTOMATIC TAGS::= BEGIN

IMPORTS

DeltaTime, FuelType, IntersectionID, LaneConnectionID, LaneID, NodeOffsetPointXY, NodeSetXY, PrioritizationResponseStatus, SignalGroupID, VehicleHeight
FROM ETSI-ITS-DSRC {
  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc (6) major-version-2 (2) minor-version-1 (1)
DeltaTime, FuelType, IntersectionID, LaneConnectionID, LaneID, NodeOffsetPointXY, NodeSetXY, PrioritizationResponseStatus, SignalGroupID, VehicleHeight,
Node, NodeLink, NodeAttributeSet-addGrpC, PtvRequestType
FROM DSRC-noCircular {
  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc-nocircular (666) major-version-2 (2) minor-version-1 (1)
}
WITH SUCCESSORS

@@ -145,12 +146,12 @@ MovementEvent-addGrpC ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
NodeAttributeSet-addGrpC  ::=	SEQUENCE {
/*NodeAttributeSet-addGrpC  ::=	SEQUENCE {
  ptvRequest  PtvRequestType  OPTIONAL,
  nodeLink    NodeLink        OPTIONAL,
  node        Node            OPTIONAL,
  ...
}
}*/

/**
* This DF includes the altitude data element defined in the common data dictionary [ETSI CDD].
@@ -265,15 +266,17 @@ ItsStationPositionList ::= SEQUENCE SIZE(1..5) OF ItsStationPosition
* @category: Infrastructure information
* @revision: V1.3.1
*/
Node ::= SEQUENCE {
/*Node ::= SEQUENCE {
  id              INTEGER,
  lane            LaneID           OPTIONAL,
  connectionID    LaneConnectionID OPTIONAL,
  intersectionID  IntersectionID   OPTIONAL,
  ...
}
}*/

/*
NodeLink ::= SEQUENCE SIZE (1..5) OF Node
*/

/**
* This DF is used to provide the prioritization status response and the
+13 −4
Original line number Diff line number Diff line
@@ -13,23 +13,29 @@ DEFINITIONS AUTOMATIC TAGS::= BEGIN

IMPORTS

addGrpC, REG-EXT-ID-AND-TYPE
FROM ETSI-ITS-DSRC {
  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc (6) major-version-2 (2) minor-version-1 (1)
addGrpC, REG-EXT-ID-AND-TYPE, Reg-ComputedLane
FROM DSRC-noCircular {
  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc-nocircular (666) major-version-2 (2) minor-version-1 (1)
}
WITH SUCCESSORS


ConnectionManeuverAssist-addGrpC, ConnectionTrajectory-addGrpC,
IntersectionState-addGrpC, LaneAttributes-addGrpC, MapData-addGrpC,
MovementEvent-addGrpC, NodeAttributeSet-addGrpC, Position3D-addGrpC, RequestorDescription-addGrpC, RestrictionUserType-addGrpC, SignalStatusPackage-addGrpC
FROM ETSI-ITS-DSRC-AddGrpC {
  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc (6) addgrpc (0) major-version-2 (2) minor-version-1 (1)
}
WITH SUCCESSORS;
WITH SUCCESSORS


;

Reg-AdvisorySpeed	            REG-EXT-ID-AND-TYPE ::= { ... }

/*
Reg-ComputedLane	            REG-EXT-ID-AND-TYPE ::= { ... }
*/

Reg-ConnectionManeuverAssist	REG-EXT-ID-AND-TYPE ::= {
	{ConnectionManeuverAssist-addGrpC  IDENTIFIED BY addGrpC},
@@ -54,6 +60,7 @@ Reg-LaneAttributes REG-EXT-ID-AND-TYPE ::= {
}
Reg-LaneDataAttribute           REG-EXT-ID-AND-TYPE ::= { ... }


Reg-MapData	                    REG-EXT-ID-AND-TYPE ::= {
	{MapData-addGrpC  IDENTIFIED BY addGrpC},
	...
@@ -71,7 +78,9 @@ Reg-NodeAttributeSetXY REG-EXT-ID-AND-TYPE ::= {
	...
}

/*
Reg-NodeOffsetPointXY	        REG-EXT-ID-AND-TYPE ::= { ... }
*/

Reg-Position3D	                REG-EXT-ID-AND-TYPE ::= {
	{Position3D-addGrpC  IDENTIFIED BY addGrpC} ,
+105 −42
Original line number Diff line number Diff line
@@ -19,16 +19,30 @@ FROM ETSI-ITS-CDD {
}
WITH SUCCESSORS

Reg-AdvisorySpeed, Reg-ComputedLane, Reg-ConnectionManeuverAssist, Reg-GenericLane,
Reg-AdvisorySpeed, Reg-ConnectionManeuverAssist, Reg-GenericLane,
Reg-IntersectionGeometry, Reg-IntersectionState, Reg-LaneAttributes, Reg-MapData,
Reg-LaneDataAttribute, Reg-MovementEvent, Reg-MovementState,
Reg-NodeAttributeSetXY, Reg-NodeOffsetPointXY, Reg-Position3D, Reg-RequestorDescription, Reg-RequestorType, Reg-RestrictionUserType, Reg-RoadSegment,
Reg-NodeAttributeSetXY, Reg-Position3D, Reg-RequestorDescription, Reg-RequestorType, Reg-RestrictionUserType, Reg-RoadSegment,
Reg-RTCMcorrections, Reg-SignalControlZone, Reg-SignalRequestPackage, Reg-SignalRequest, Reg-SignalStatus, Reg-SignalStatusPackage, Reg-SignalRequestMessage,
Reg-SignalStatusMessage, Reg-SPAT
FROM ETSI-ITS-DSRC-REGION {
  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc (6) region (1) major-version-2 (2) minor-version-1 (1)
}
WITH SUCCESSORS;
WITH SUCCESSORS

REG-EXT-ID-AND-TYPE, RegionId, Reg-ComputedLane,
Offset-B09, Offset-B10, Offset-B11, Offset-B12, Offset-B13, Offset-B14, Offset-B16,
NodeListXY, NodeSetXY, NodeXY, Node-XY-20b, Node-XY-22b, Node-XY-24b, Node-XY-26b, Node-XY-28b, Node-XY-32b, Node-LLmD-64b, RegionalExtension, 
NodeAttributeXY, NodeAttributeSetXY, SegmentAttributeXYList, SegmentAttributeXY,
LaneDataAttribute, LaneDataAttributeList, DeltaAngle, DeltaTime, ComputedLane, RoadwayCrownAngle, MergeDivergeNodeAngle,
SpeedLimitList, RegulatorySpeedLimit, LaneID, DrivenLineOffsetLg, DrivenLineOffsetSm, Angle, Scale-B12, SpeedLimitType, Velocity,
FuelType, IntersectionID, LaneConnectionID, PrioritizationResponseStatus, SignalGroupID, VehicleHeight
FROM DSRC-noCircular {
  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc-nocircular (666) major-version-2 (2) minor-version-1 (1)
}
WITH SUCCESSORS

;

/**
* This information object class is an abstract template to instantiate region extension.
@@ -39,10 +53,11 @@ WITH SUCCESSORS;
* @category: Basic Information
* @revision: V1.3.1
*/
REG-EXT-ID-AND-TYPE ::= CLASS {
/*REG-EXT-ID-AND-TYPE ::= CLASS {
  &id     RegionId UNIQUE,
  &Type
} WITH SYNTAX {&Type IDENTIFIED BY &id}
*/

/**
* This DF represents a Region extension preceded by its type identifier and a lenght indicator.
@@ -55,10 +70,10 @@ REG-EXT-ID-AND-TYPE ::= CLASS {
* @category: Basic Information
* @revision: V1.3.1
*/
RegionalExtension {REG-EXT-ID-AND-TYPE : Set} ::= SEQUENCE {
/*RegionalExtension {REG-EXT-ID-AND-TYPE : Set} ::= SEQUENCE {
  regionId     REG-EXT-ID-AND-TYPE.&id( {Set} ),
  regExtValue  REG-EXT-ID-AND-TYPE.&Type( {Set}{@regionId} )
}
}*/

/**
* This DF is used to convey many types of geographic road information. At the current time its primary
@@ -306,7 +321,7 @@ AntennaOffsetSet ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
ComputedLane ::= SEQUENCE {
/*ComputedLane ::= SEQUENCE {
  referenceLaneId    LaneID,
  offsetXaxis        CHOICE {
                        small   DrivenLineOffsetSm,
@@ -322,7 +337,7 @@ ComputedLane ::= SEQUENCE {
  regional  SEQUENCE (SIZE(1..4)) OF
            RegionalExtension {{Reg-ComputedLane}} OPTIONAL,
  ...
}
}*/

/**
* This DF is used in the generic lane descriptions to provide a sequence of other defined
@@ -785,7 +800,7 @@ LaneAttributes ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
LaneDataAttribute ::= CHOICE {
/*LaneDataAttribute ::= CHOICE {
   pathEndPointAngle        DeltaAngle,
   laneCrownPointCenter     RoadwayCrownAngle,
   laneCrownPointLeft       RoadwayCrownAngle,
@@ -795,7 +810,7 @@ LaneDataAttribute ::= CHOICE {
   regional  SEQUENCE (SIZE(1..4)) OF
             RegionalExtension {{Reg-LaneDataAttribute}},
   ...
}
}*/

/**
* This DF consists of a list of LaneDataAttribute entries.
@@ -803,7 +818,9 @@ LaneDataAttribute ::= CHOICE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
LaneDataAttributeList ::= SEQUENCE (SIZE(1..8)) OF LaneDataAttribute
*/

/**
* This DF consists of a list of GenericLane entries.
@@ -1002,7 +1019,7 @@ MovementState ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
NodeAttributeSetXY ::= SEQUENCE {
/*NodeAttributeSetXY ::= SEQUENCE {
  localNode    NodeAttributeXYList OPTIONAL,
  disabled     SegmentAttributeXYList OPTIONAL,
  enabled      SegmentAttributeXYList OPTIONAL,
@@ -1012,7 +1029,7 @@ NodeAttributeSetXY ::= SEQUENCE {
  regional     SEQUENCE (SIZE(1..4)) OF
               RegionalExtension {{Reg-NodeAttributeSetXY}} OPTIONAL,
  ...
}
}*/

/**
* This DE is an enumerated list of attributes which can pertain to the current node
@@ -1039,7 +1056,7 @@ NodeAttributeSetXY ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
NodeAttributeXY ::= ENUMERATED {
/*NodeAttributeXY ::= ENUMERATED {
  reserved,
  stopLine,
  roundedCapStyleA,
@@ -1053,7 +1070,7 @@ NodeAttributeXY ::= ENUMERATED {
  curbPresentAtStepOff,
  hydrantPresent,
  ...
}
}*/

/**
* This DF consists of a list of @ref NodeAttributeXY entries.
@@ -1061,7 +1078,9 @@ NodeAttributeXY ::= ENUMERATED {
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
NodeAttributeXYList ::= SEQUENCE (SIZE(1..8)) OF NodeAttributeXY
*/

/**
* A 64-bit node type with lat-long values expressed in one tenth of a micro degree.
@@ -1069,10 +1088,10 @@ NodeAttributeXYList ::= SEQUENCE (SIZE(1..8)) OF NodeAttributeXY
* @category: Infrastructure information
* @revision: V1.3.1
*/
Node-LLmD-64b ::= SEQUENCE {
/*Node-LLmD-64b ::= SEQUENCE {
  lon  Longitude,
  lat  Latitude
}
}*/

/**
* A 20-bit node type with offset values from the last point in X and Y.
@@ -1080,10 +1099,10 @@ Node-LLmD-64b ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
Node-XY-20b ::= SEQUENCE {
/*Node-XY-20b ::= SEQUENCE {
  x  Offset-B10,
  y  Offset-B10
}
}*/

/**
* A 22-bit node type with offset values from the last point in X and Y.
@@ -1091,10 +1110,10 @@ Node-XY-20b ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
Node-XY-22b ::= SEQUENCE {
/*Node-XY-22b ::= SEQUENCE {
  x  Offset-B11,
  y  Offset-B11
}
}*/

/**
* A 24-bit node type with offset values from the last point in X and Y.
@@ -1102,10 +1121,10 @@ Node-XY-22b ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
Node-XY-24b ::= SEQUENCE {
/*Node-XY-24b ::= SEQUENCE {
  x  Offset-B12,
  y  Offset-B12
}
}*/

/**
* A 26-bit node type with offset values from the last point in X and Y.
@@ -1113,10 +1132,10 @@ Node-XY-24b ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
Node-XY-26b ::= SEQUENCE {
/*Node-XY-26b ::= SEQUENCE {
  x  Offset-B13,
  y  Offset-B13
}
}*/

/**
* A 28-bit node type with offset values from the last point in X and Y.
@@ -1135,10 +1154,10 @@ Node-XY-28b ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
Node-XY-32b ::= SEQUENCE {
/*Node-XY-32b ::= SEQUENCE {
  x  Offset-B16,
  y  Offset-B16
}
}*/

/**
* This DF provides the sequence of signed offset node point values for determining the Xs and Ys
@@ -1160,11 +1179,11 @@ Node-XY-32b ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
NodeListXY ::= CHOICE {
/*NodeListXY ::= CHOICE {
  nodes     NodeSetXY,
  computed  ComputedLane,
  ...
}
}*/

/**
* This DF presents a structure to hold different sized data frames for a single node
@@ -1194,7 +1213,7 @@ NodeListXY ::= CHOICE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
NodeOffsetPointXY ::= CHOICE {
/*NodeOffsetPointXY ::= CHOICE {
  node-XY1         Node-XY-20b,
  node-XY2         Node-XY-22b,
  node-XY3         Node-XY-24b,
@@ -1203,7 +1222,7 @@ NodeOffsetPointXY ::= CHOICE {
  node-XY6         Node-XY-32b,
  node-LatLon      Node-LLmD-64b,
  regional         RegionalExtension {{Reg-NodeOffsetPointXY}}
}
}*/

/**
* This DF presents a structure to hold data for a single node point in a path. Each selected node
@@ -1224,11 +1243,11 @@ NodeOffsetPointXY ::= CHOICE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
NodeXY ::= SEQUENCE {
/*NodeXY ::= SEQUENCE {
  delta       NodeOffsetPointXY,
  attributes  NodeAttributeSetXY OPTIONAL,
  ...
}
}*/

/**
* This DF consists of a list of Node entries using XY offsets.
@@ -1236,7 +1255,9 @@ NodeXY ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
NodeSetXY ::= SEQUENCE (SIZE(2..63)) OF NodeXY
*/

/** This DF is the ODG Addition for Legancy R09 telegrams.
* 
@@ -1343,10 +1364,10 @@ PreemptPriorityList ::= SEQUENCE (SIZE(1..32)) OF SignalControlZone
* @category: Infrastructure information
* @revision: V1.3.1
*/
RegulatorySpeedLimit ::= SEQUENCE {
/*RegulatorySpeedLimit ::= SEQUENCE {
  type        SpeedLimitType,
  speed       Velocity
}
}*/

/**
* This DF is used to provide identity information about a selected vehicle or users.
@@ -1583,7 +1604,9 @@ RTCMmessageList ::= SEQUENCE (SIZE(1..5)) OF RTCMmessage
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
SegmentAttributeXYList ::= SEQUENCE (SIZE(1..8)) OF SegmentAttributeXY
*/

/**
* This DF is a dummy placeholder to contain a regional SignalControlZone DF.
@@ -1782,7 +1805,9 @@ SpeedandHeadingandThrottleConfidence ::= SEQUENCE {
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
SpeedLimitList ::= SEQUENCE (SIZE(1..9)) OF RegulatorySpeedLimit
*/

/**
* This DE relates the type of speed limit to which a given speed refers.
@@ -1797,7 +1822,7 @@ SpeedLimitList ::= SEQUENCE (SIZE(1..9)) OF RegulatorySpeedLimit
* @category: Infrastructure information
* @revision: V1.3.1
*/
SpeedLimitType ::= ENUMERATED {
/*SpeedLimitType ::= ENUMERATED {
   unknown,
   maxSpeedInSchoolZone,
   maxSpeedInSchoolZoneWhenChildrenArePresent,
@@ -1812,7 +1837,7 @@ SpeedLimitType ::= ENUMERATED {
   vehiclesWithTrailersMaxSpeed,
   vehiclesWithTrailersNightMaxSpeed,
   ...
}
}*/

/**
* This DF conveys details about the timing of a phase within a movement. The core
@@ -1984,7 +2009,9 @@ AllowedManeuvers ::= BIT STRING {
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
Angle ::= INTEGER (0..28800)
*/

/**
* This DE is used to relate the index of an approach, either ingress or egress within the
@@ -2091,7 +2118,9 @@ DDay ::= INTEGER (0..31)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
DeltaAngle ::= INTEGER (-150..150)
*/

/**
* This DE provides a time definition for an object's schedule adherence (typically a transit
@@ -2109,7 +2138,9 @@ DeltaAngle ::= INTEGER (-150..150)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
DeltaTime ::= INTEGER (-122 .. 121)
*/

/**
* This DE is used in maps and intersections to provide a human readable and
@@ -2276,7 +2307,7 @@ ElevationConfidence ::= ENUMERATED {
* @category: Infrastructure information
* @revision: V1.3.1
*/
FuelType ::= INTEGER (0..15)
/*FuelType ::= INTEGER (0..15)
   unknownFuel FuelType  ::= 0
   gasoline FuelType     ::= 1
   ethanol FuelType      ::= 2
@@ -2287,6 +2318,7 @@ FuelType ::= INTEGER (0..15)
   natGasLiquid FuelType ::= 7
   natGasComp FuelType   ::= 8
   propane FuelType      ::= 9
*/

/**
* This DE is used to relate the current state of a GPS/GNSS rover or base system in terms
@@ -2381,7 +2413,9 @@ HeadingDSRC ::= INTEGER (0..28800)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
IntersectionID ::= INTEGER (0..65535)
*/

/**
* The Intersection Status Object contains Advanced Traffic Controller (ATC) status information that may be sent to
@@ -2641,7 +2675,9 @@ LaneAttributes-Vehicle ::= BIT STRING {
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
LaneConnectionID ::= INTEGER (0..255)
*/

/**
* This DE is used to denote the allowed direction of travel over a lane object. By convention, the lane object is always described
@@ -2681,7 +2717,9 @@ LaneDirection ::= BIT STRING {
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
LaneID ::= INTEGER (0..255)
*/

/**
* Large @ref MapData descriptions are not possible to be broadcast with a single message and have to be
@@ -2896,7 +2934,9 @@ MsgCount ::= INTEGER (0..127)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
Offset-B09 ::= INTEGER (-256..255)
*/

/**
* A 10-bit delta offset in X, Y or Z direction from some known point. For non-vehicle centric coordinate frames of
@@ -2907,7 +2947,9 @@ Offset-B09 ::= INTEGER (-256..255)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
Offset-B10 ::= INTEGER (-512..511)
*/

/**
* An 11-bit delta offset in X or Y direction from some known point. For non-vehicle centric coordinate frames of
@@ -2918,7 +2960,9 @@ Offset-B10 ::= INTEGER (-512..511)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
Offset-B11 ::= INTEGER (-1024..1023)
*/

/**
* A 12-bit delta offset in X, Y or Z direction from some known point. For non-vehicle centric coordinate frames of
@@ -2929,7 +2973,9 @@ Offset-B11 ::= INTEGER (-1024..1023)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
Offset-B12 ::= INTEGER (-2048..2047)
*/

/**
* A 13-bit delta offset in X or Y direction from some known point. For non-vehicle centric coordinate frames of
@@ -2940,7 +2986,9 @@ Offset-B12 ::= INTEGER (-2048..2047)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
Offset-B13 ::= INTEGER (-4096..4095)
*/

/**
* A 14-bit delta offset in X or Y direction from some known point. For non-vehicle centric coordinate frames of
@@ -2950,7 +2998,9 @@ Offset-B13 ::= INTEGER (-4096..4095)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
Offset-B14 ::= INTEGER (-8192..8191)
*/

/**
* A 16-bit delta offset in X, Y or Z direction from some known point. For non-vehicle centric coordinate frames of
@@ -2961,7 +3011,9 @@ Offset-B14 ::= INTEGER (-8192..8191)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
Offset-B16 ::= INTEGER (-32768..32767)
*/

/**
* This DE is used to provide an indication of whether Pedestrians and/or Bicyclists have been detected in the crossing lane.
@@ -3038,7 +3090,7 @@ PositionConfidence ::= ENUMERATED {
* @category: Infrastructure information
* @revision: V1.3.1
*/
PrioritizationResponseStatus ::= ENUMERATED {
/*PrioritizationResponseStatus ::= ENUMERATED {
  unknown           (0),
  requested         (1),
  processing        (2),
@@ -3048,7 +3100,7 @@ PrioritizationResponseStatus ::= ENUMERATED {
  maxPresence       (6),
  reserviceLocked   (7),
  ...
}
}*/

/**
* This DE is used to provide the R09 priority.
@@ -3090,11 +3142,12 @@ PriorityRequestType ::= ENUMERATED {
* @category: Infrastructure information
* @revision: V1.3.1
*/
RegionId ::= INTEGER (0..255)
/*RegionId ::= INTEGER (0..255)
  noRegion     RegionId ::= 0
  addGrpA      RegionId ::= 1
  addGrpB      RegionId ::= 2
  addGrpC      RegionId ::= 3
*/

/**
* This DE is used to provide the R09 reporting point.
@@ -3289,7 +3342,9 @@ RoadSegmentID ::= INTEGER (0..65535)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
RoadwayCrownAngle ::= INTEGER (-128..127)
*/

/**
* This DE is used to provide the R09 route information.
@@ -3349,7 +3404,9 @@ RTCM-Revision ::= ENUMERATED {
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
Scale-B12 ::= INTEGER (-2048..2047)
*/

/**
* This DE is an index used to map between the internal state machine of one or more signal controllers (or
@@ -3370,7 +3427,9 @@ Scale-B12 ::= INTEGER (-2048..2047)
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
SignalGroupID ::= INTEGER (0..255)
*/

/**
* This DE is an enumerated list of attributes about the current lane segment which
@@ -3425,7 +3484,7 @@ SignalGroupID ::= INTEGER (0..255)
* @category: Infrastructure information
* @revision: V1.3.1
*/
SegmentAttributeXY ::= ENUMERATED {
/*SegmentAttributeXY ::= ENUMERATED {
  reserved                  ,
  doNotBlock                ,
  whiteLine                 ,
@@ -3465,7 +3524,7 @@ SegmentAttributeXY ::= ENUMERATED {
  midBlockCurbPresent       ,
  unEvenPavementPresent     ,
  ...
}
}*/

/**
* This DE is used to express the radius (length) of the semi-major axis of an
@@ -3822,7 +3881,9 @@ TransmissionState ::= ENUMERATED {
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
VehicleHeight ::= INTEGER (0..127)
*/

/**
* This DE is a type list (i.e., a classification list) of the vehicle in terms of overall size. The
@@ -3883,7 +3944,9 @@ VehicleType ::= ENUMERATED {
* @category: Infrastructure information
* @revision: V1.3.1
*/
/*
Velocity ::= INTEGER (0..8191)
*/

/**
* This DE is used to provide the R09 version information.
+992 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
      iso-patched/GddVersion1.asn \
      iso-patched/EfcDsrcGeneric.asn \
      iso-patched/EfcDsrcApplication.asn \
      iso-patched/DSRC_NoCircular.asn \
      /build/asn1/ISO_TS_14816/AVIAEINumberingAndDataStructures.asn \
      /build/asn1/ISO_TS_17419/CITSapplMgmtIDs.asn