1 -- Note: This module defines types that are intended to be updated within
2 -- or added to the Common Data Dictionary. Defining the types in this
3 -- module allows them to be used by the VAM before the CDD has been
4 -- updated. Once the CDD has been updated, this module will also be
5 -- updated to import the new types directly from the CDD, and the
6 -- version number of this module will be incremented.
8 VAM-Temp-Imports {itu-t(0) identified-organization(4) etsi(0) itsDomain(5)
9 wg1(1) ts(103300) part-3(3) temp-imports(255) version(1)}
11 DEFINITIONS AUTOMATIC TAGS ::=
17 ReferencePosition, SpeedConfidence, StationID, VehicleWidth
18 FROM ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-3 (3) minor-version-1 (1)}
20 NodeOffsetPointXY, Offset-B10, Offset-B11, Offset-B12, Offset-B13,
21 Offset-B14, Offset-B16
23 {iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2)
28 -- identical to BasicContainer as used in CAM
29 --BasicContainer ::= SEQUENCE {
30 -- stationType StationType, - - from VAM-Temp-Imports
31 -- referencePosition ReferencePosition, - - from ITS-Container
35 --ItsPduHeader ::= SEQUENCE {
36 -- protocolVersion INTEGER (0..255),
37 -- messageID INTEGER{ denm(1), cam(2), poi(3), spatem(4), mapem(5), ivim(6), ev-rsr(7), tistpgtransaction(8), srem(9), ssem(10), evcsn(11), saem(12), rtcmem(13), vam(14) } (0..255), - - Mantis #7209, #7005
38 -- stationID StationID
44 --AreaCircular ::= SEQUENCE {
45 -- nodeCenterPoint OffsetPoint OPTIONAL,
49 --AreaPolygon ::= SEQUENCE {
50 -- polyPointList PolyPointList
53 --AreaRectangle ::= SEQUENCE {
54 -- nodeCenterPoint OffsetPoint OPTIONAL,
55 -- semiMajorRangeLength SemiRangeLength,
56 -- semiMinorRangeLength SemiRangeLength,
57 -- semiMajorRangeOrientation WGS84AngleValue,
58 -- semiHeight SemiRangeLength OPTIONAL
61 --OffsetPoint ::= SEQUENCE{
62 -- nodeOffsetPointXY NodeOffsetPointXY (WITH COMPONENTS {..., node-LatLon ABSENT, regional ABSENT}),
63 -- nodeOffsetPointZ NodeOffsetPointZ OPTIONAL
67 --NodeOffsetPointZ ::= CHOICE {
68 -- node-Z1 Offset-B10, - - node is within 5.11m of last node
69 -- node-Z2 Offset-B11, - - node is within 10.23m of last node
70 -- node-Z3 Offset-B12, - - node is within 20.47m of last node
71 -- node-Z4 Offset-B13, - - node is within 40.96m of last node
72 -- node-Z5 Offset-B14, - - node is within 81.91m of last node
73 -- node-Z6 Offset-B16 - - node is within 327.67m of last node
77 --Radius ::= INTEGER {
78 -- zeroPointOneMeter (1),
83 -- PolyPointList ::= SEQUENCE (SIZE(3..16, ...)) OF OffsetPoint
85 --SemiRangeLength ::= INTEGER {
86 -- zeroPointOneMeter (1),
90 --WGS84Angle ::= SEQUENCE {
91 -- value WGS84AngleValue,
92 -- confidence AngleConfidence
95 --WGS84AngleValue ::= INTEGER {
100 -- unavailable (3601)
103 --AngleConfidence ::= INTEGER {
104 -- zeroPointOneDegree (1), - - if the heading accuracy is equal to or less than 0,1 degree
106 -- outOfRange (126), - - if the heading accuracy is out of range, i.e. greater than
107 -- 12,5 degrees. A corresponding reported angle value shall be
108 -- considered invalid and cannot be trusted.
109 -- unavailable (127) - - if the heading accuracy information is not available
114 --StationType ::= INTEGER {
115 -- unknown(0), pedestrian(1), cyclist(2), moped(3), motorcycle(4),
116 -- passengerCar(5), bus(6), lightTruck(7), heavyTruck(8), trailer(9),
117 -- specialVehicles(10), tram(11), lightVruVehicle(12), animals(13),