Skip to content
Commits on Source (2)
......@@ -14,7 +14,7 @@ IMPORTS
--! @brief Include ETSI-ITS-CDD
--! Include references from @url https://forge.etsi.org/rep/ITS/asn1/cdd_ts102894_2/-/blob/V2.2.1/ETSI-ITS-CDD.asn
GeoPositionWoAltitude, StandardLength2B, InterferenceManagementChannel, TimestampIts, InterferenceManagementZoneType
GeoPositionWoAltitude, StandardLength2B, InterferenceManagementChannel, TimestampIts, InterferenceManagementZoneType, EllipticalShape
FROM ETSI-ITS-CDD
{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-1 (1)}
WITH SUCCESSORS
......@@ -99,6 +99,7 @@ SequenceOfGeographicRegion ::= SEQUENCE OF GeographicRegion
GeographicRegion ::= CHOICE {
circularRegion CircularRegion,
polygonalRegion PolygonalRegion,
ellipticalRegion EllipticalRegion
...
}
......@@ -109,6 +110,15 @@ CircularRegion ::= SEQUENCE {
PolygonalRegion ::= SEQUENCE SIZE (3..MAX) OF GeoPositionWoAltitude
--! IMPORTED EllipticalShape with constraints.
SimpleEllipticalShape ::= EllipticalShape
(WITH COMPONENTS {..., shapeReferencePoint ABSENT,
orientation PRESENT, height ABSENT})
EllipticalRegion ::= SEQUENCE{
center GeoPositionWoAltitude,
ellipticalShape SimpleEllipticalShape
}
--! @brief ItsStationType refers to a type of ITS station. It may be e.g. vehicular, pedestrian, or various type of ITS stations access layer technologies.
ItsStationType ::= ENUMERATED {
......