-- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ -- -- Start of External Data entries... -- Grouped into sets of modules -- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ -- -- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^- -- -- Begin module: EU -- -- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^- EU DEFINITIONS AUTOMATIC TAGS::= BEGIN -- Fritz: Imports from ETSI CDD IMPORTS StationID, Altitude FROM ITS-Container SignalGroupID, PrioritizationResponseStatus FROM DSRC; -- DF_Altitude_EU (Desc Name) Record 1 -- From source: Regional Data of Draft J2735 (EU) -- Fritz: will be included from the ETSI CDD -- Altitude ::= SEQUENCE { -- value AltitudeValue, -- confidence AltitudeConfidence -- } -- DE_AltitudeConfidence_EU (Desc Name) Record 2 -- From source: Regional Data of Draft J2735 (EU) -- Fritz: will be included from the ETSI CDD -- AltitudeConfidence ::= ENUMERATED { -- alt-000-01 (0), accuracy within 0.01 meter -- alt-000-02 (1), accuracy within 0.02 meter -- alt-000-05 (2), accuracy within 0.05 meter -- alt-000-10 (3), accuracy within 0.10 meter -- alt-000-20 (4), accuracy within 0.20 meter -- alt-000-50 (5), accuracy within 0.50 meter -- alt-001-00 (6), accuracy within 1.00 meter -- alt-002-00 (7), accuracy within 2.00 meter -- alt-005-00 (8), accuracy within 5.00 meter -- alt-010-00 (9), accuracy within 10.00 meter -- alt-020-00 (10), accuracy within 20.00 meter -- alt-050-00 (11), accuracy within 50.00 meter -- alt-100-00 (12), accuracy within 100.00 meter -- alt-200-00 (13), accuracy within 200.00 meter -- outOfRange (14), accuracy exceeds 201.00 meters -- unavailable (15) unavailable -- } -- DE_AltitudeValue_EU (Desc Name) Record 3 -- From source: Regional Data of Draft J2735 (EU) -- Fritz: will be included from the ETSI CDD -- AltitudeValue ::= INTEGER (-100000..800001) units of 0.01 meter -- Where: -- seaLevel(0), -- oneCentimeter(1), -- unavailable(800001) -- DE_EmmissionType_EU (Desc Name) Record 6 -- From source: Regional Data of Draft J2735 (EU) EmmissionType ::= ENUMERATED { typeA, -- check for proper restrictions typeB, -- typeC, -- typeD, -- typeE, -- ... -- # LOCAL_CONTENT } -- values to 127 reserved for std use -- values 128 to 255 reserved for local use -- DF_PrioritizationResponse_EU (Desc Name) Record 17 -- From source: Regional Data of Draft J2735 (EU) PrioritizationResponse ::= SEQUENCE { -- Fritz: will be included from the ETSI CDD -- stationID DSRC.StationID, stationID StationID, -- Id of prioritized vehicle priorState PrioritizationResponseStatus, -- State of prioritization request signalGroupId SignalGroupID, -- id of prioritized LaneSet, which will -- be given free way ... -- # LOCAL_CONTENT } -- DF_REG_Position3D_EU (Desc Name) Record 34 -- From source: Regional Data of Draft J2735 (EU) Reg-Position3D ::= SEQUENCE { altitude Altitude, ... } -- DF_REG_RestrictionUserType_EU (Desc Name) Record 45 -- From source: Regional Data of Draft J2735 (EU) -- Fritz this is missing Reg-RestrictionUserType ::= SEQUENCE { emmission EmmissionType OPTIONAL, ... } -- DF_REG_SPAT_UE (Desc Name) Record 41 -- From source: Regional Data of Draft J2735 (EU) Reg-SPAT ::= SEQUENCE { activePrioritizations SEQUENCE SIZE(1..10) OF PrioritizationResponse OPTIONAL, ... } -- Unable to find the file: EUstubs.txt -- Which would be be inserted at this point if present. -- END -- End of the EU module. -- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^- -- -- Begin module: REGION -- -- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^- -- REGION DEFINITIONS AUTOMATIC TAGS::= BEGIN -- DF_REG_AdvisorySpeed_Base (Desc Name) Record 18 -- From source: Regional Data of Draft J2735 (DSRC) Reg-AdvisorySpeed ::= SEQUENCE { ... } -- DF_REG_ComputedLane_Base (Desc Name) Record 19 -- From source: Regional Data of Draft J2735 (DSRC) Reg-ComputedLane ::= SEQUENCE { ... } -- DF_REG_ConnectionManeuverAssist_Base (Desc Name) Record 20 -- From source: Regional Data of Draft J2735 (DSRC) Reg-ConnectionManeuverAssist ::= SEQUENCE { ... } -- DF_REG_GenericLane_Base (Desc Name) Record 21 -- From source: Regional Data of Draft J2735 (DSRC) Reg-GenericLane ::= SEQUENCE { ... } -- DF_REG_Intersection_Base (Desc Name) Record 22 -- From source: Regional Data of Draft J2735 (DSRC) Reg-Intersection ::= SEQUENCE { ... } -- DF_REG_IntersectionState_Base (Desc Name) Record 23 -- From source: Regional Data of Draft J2735 (DSRC) Reg-IntersectionState ::= SEQUENCE { ... } -- DF_REG_LaneAttributes_Base (Desc Name) Record 24 -- From source: Regional Data of Draft J2735 (DSRC) Reg-LaneAttributes ::= SEQUENCE { ... } -- DF_REG_LaneDataAttribute_Base (Desc Name) Record 25 -- From source: Regional Data of Draft J2735 (DSRC) Reg-LaneDataAttribute ::= SEQUENCE { ... } -- DF_REG_MapData_Base (Desc Name) Record 27 -- From source: Regional Data of Draft J2735 (DSRC) Reg-MapData ::= SEQUENCE { ... } -- DF_REG_MovementEvent_Base (Desc Name) Record 29 -- From source: Regional Data of Draft J2735 (DSRC) Reg-MovementEvent ::= SEQUENCE { ... } -- DF_REG_MovementState_Base (Desc Name) Record 30 -- From source: Regional Data of Draft J2735 (DSRC) Reg-MovementState ::= SEQUENCE { ... } -- DF_REG_NodeAttribute_Base (Desc Name) Record 31 -- From source: Regional Data of Draft J2735 (DSRC) Reg-NodeAttribute ::= SEQUENCE { ... } -- DF_REG_NodeOffsetPoint_Base (Desc Name) Record 32 -- From source: Regional Data of Draft J2735 (DSRC) Reg-NodeOffsetPoint ::= SEQUENCE { ... } -- DF_REG_Position3D_Base (Desc Name) Record 35 -- From source: Regional Data of Draft J2735 (DSRC) -- Fritz: this is defined in EU part -- Reg-Position3D ::= SEQUENCE { ... } -- DF_REG_RestrictionUserType_Base (Desc Name) Record 37 -- From source: Regional Data of Draft J2735 (DSRC) -- Fritz: defined in EU region -- Reg-RestrictionUserType ::= SEQUENCE { ... } -- DF_REG_RoadSegment_Base (Desc Name) Record 38 -- From source: Regional Data of Draft J2735 (DSRC) Reg-RoadSegment ::= SEQUENCE { ... } -- DF_REG_SignalControlZone_Base (Desc Name) Record 39 -- From source: Regional Data of Draft J2735 (DSRC) Reg-SignalControlZone ::= SEQUENCE { ... } -- DF_REG_SPAT_Base (Desc Name) Record 40 -- From source: Regional Data of Draft J2735 (DSRC) -- Reg-SPAT ::= SEQUENCE { ... } -- Unable to find the file: REGIONstubs.txt -- Which would be be inserted at this point if present. END -- End of the REGION module.