Commit 7302e149 authored by Hendrik-Joern Guenther's avatar Hendrik-Joern Guenther
Browse files

Update references to Imports (ETSI TS 102 894 and ISO 19091 v2)

parent 08d9252c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7,9 +7,13 @@ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN

IMPORTS
-- @brief Include ETSI TS 102 894-2
-- Include references from @url https://forge.etsi.org/rep/ITS/ITS_ASN1/blob/master/CDD_TS102894-2/ITS-Container.asn
SpeedConfidence, VehicleWidth
FROM ITS-Container {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2)}

-- @brief Include ISO 19091
-- Include references from @url https://standards.iso.org/iso/ts/19091/ed-2/en/ISO-TS-19091-addgrp-C-2018.asn
LaneID, NodeOffsetPointXY, Offset-B10, Offset-B11, Offset-B12, Offset-B13, Offset-B14, Offset-B16
FROM DSRC {iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version2 (2)};

+3 −1
Original line number Diff line number Diff line
@@ -7,12 +7,14 @@ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN

IMPORTS
-- @brief Include ETSI TS 102 894-2
-- Include references from @url https://forge.etsi.org/rep/ITS/ITS_ASN1/blob/master/CDD_TS102894-2/ITS-Container.asn
DriveDirection, Heading, LateralAcceleration, LongitudinalAcceleration, Speed, VehicleLength,
VehicleWidth, VerticalAcceleration, YawRate
FROM ITS-Container {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2)}

-- @brief Include ISO 19091
-- Include references from @url https://standards.iso.org/iso/ts/19091/addgrp_c/ISO-TS-19091-addgrp-C.asn
-- Include references from @url https://standards.iso.org/iso/ts/19091/ed-2/en/ISO-TS-19091-addgrp-C-2018.asn
IntersectionReferenceID, RoadSegmentReferenceID
FROM DSRC {iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version2 (2)}

+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN

IMPORTS
-- @brief Include ETSI TS 102 894-2
-- Include references from @url https://forge.etsi.org/rep/ITS/ITS_ASN1/blob/master/CDD_TS102894-2/ITS-Container.asn
LongitudinalAcceleration, LateralAcceleration, VerticalAcceleration
FROM ITS-Container {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2) }