Commit 8a83a919 authored by Jason Graham's avatar Jason Graham
Browse files

Update 2 files

- /103280/TS_103_280.asn1
- /locationStructure/Location.asn1
parent aafadaad
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -169,6 +169,8 @@ XYEllipsoid ::= SEQUENCE
-- we could adjust the name accordingly or make Polygon a choice of FORMATS
-- it is also worth noting that GML supports doubles instead of integers for both uncertainty, altitude and angles, should we define our defs the same way

-- This could also be REAL, but I think we avoid that for some reason
AngleDecimalDegrees ::= UTF8String

-- GMLPolygons support interior borders as well. Do we thing we need to support this?
GMLPolygon ::= SEQUENCE
@@ -260,7 +262,4 @@ CivicAddress ::= SEQUENCE
    rdsubbr                             [29] UTF8String OPTIONAL
}

-- This could also be REAL, but I think we avoid that for some reason
AngleDecimalDegrees ::= UTF8String

END
+6 −5
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ IMPORTS
    WGS84LatitudeDecimal,
    WGS84LongitudeDecimal,
    MACAddress,
    CivicAddress
    CivicAddress,
    AngleDecimalDegrees
        FROM Common-Parameters
        {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version271(271)};

@@ -147,8 +148,8 @@ DynamicInformation ::= SEQUENCE

DynamicOrientation ::= SEQUENCE
{
    horizontalOrientation [1] AngleDecimalDegrees,
    verticalOrientation   [2] AngleDecimalDegrees OPTIONAL
    horizontalOrientation [1] Common-Parameters.AngleDecimalDegrees,
    verticalOrientation   [2] Common-Parameters.AngleDecimalDegrees OPTIONAL
}

-- REAL OR INTEGER?
@@ -156,8 +157,8 @@ VelocityMeters ::= UTF8String

DynamicHeading ::= SEQUENCE
{
    horizontalHeading [1] AngleDecimalDegrees,
    verticalHeading   [2] AngleDecimalDegrees
    horizontalHeading [1] Common-Parameters.AngleDecimalDegrees,
    verticalHeading   [2] Common-Parameters.AngleDecimalDegrees OPTIONAL
}

--LIProvenance ::= ENUMERATED