Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / epan / dissectors / asn1 / its / VAM-Temp-Imports.asn
bloba9eb9624b10f8db9c7f72bb7f050c2ca86a40b1c
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 ::=
13 BEGIN
15 IMPORTS
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
22 FROM DSRC 
23   {iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) 
24    version (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
32 --    ...
33 --}
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
39 --}
44 --AreaCircular ::= SEQUENCE {
45 --    nodeCenterPoint      OffsetPoint OPTIONAL,
46 --    radius               Radius
47 --}
49 --AreaPolygon ::= SEQUENCE {
50 --    polyPointList   PolyPointList
51 --}
53 --AreaRectangle ::= SEQUENCE {
54 --    nodeCenterPoint             OffsetPoint OPTIONAL,
55 --    semiMajorRangeLength        SemiRangeLength,
56 --    semiMinorRangeLength        SemiRangeLength,
57 --    semiMajorRangeOrientation   WGS84AngleValue,
58 --    semiHeight                  SemiRangeLength OPTIONAL
59 --}
61 --OffsetPoint ::= SEQUENCE{
62 --    nodeOffsetPointXY   NodeOffsetPointXY (WITH COMPONENTS {..., node-LatLon ABSENT, regional ABSENT}),
63 --   nodeOffsetPointZ    NodeOffsetPointZ OPTIONAL
64 --}
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
74 --}
77 --Radius ::= INTEGER {
78 --    zeroPointOneMeter   (1),
79 --    oneMeter            (10)
80 --}  (0..10000)
83 -- PolyPointList ::= SEQUENCE (SIZE(3..16, ...)) OF OffsetPoint
85 --SemiRangeLength ::= INTEGER {
86 --    zeroPointOneMeter   (1),
87 --    oneMeter            (10)
88 --} (0..10000)
90 --WGS84Angle ::= SEQUENCE {
91 --    value       WGS84AngleValue,
92 --    confidence  AngleConfidence
93 --}
95 --WGS84AngleValue ::= INTEGER {
96 --    wgs84North          (0),
97 --    wgs84East           (900),
98 --    wgs84South          (1800),
99 --    wgs84West           (2700),
100 --    unavailable         (3601)
101 --} (0..3601)
103 --AngleConfidence ::= INTEGER {
104 --    zeroPointOneDegree  (1),    - - if the heading accuracy is equal to or less than 0,1 degree
105 --    oneDegree           (10),
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
110 --} (1..127)
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), 
118 --    roadSideUnit(15)
120 --(0..255)