Commit 9e377cb6 authored by Jason Graham's avatar Jason Graham
Browse files

Update 2 files

- /103280/TS_103_280.asn1
- /locationStructure/Location.asn1
parent 8a83a919
Loading
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -138,6 +138,9 @@ GMLShape ::= CHOICE
    point       [0] GeoPoint,
    sphere      [1] GeoSphere,
    xyEllipsoid [2] XYEllipsoid,
 -- The following are new and were chosen based on the subset of GMLShapes 
 -- supported by other specifications. The specific selection can be
 --  determined at a later date.
    polygon     [3] GMLPolygon,
    circle      [4] GMLCircle,
    ellipse     [5] GMLEllipse,
@@ -169,10 +172,9 @@ 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?
-- GMLPolygons support interior borders as well. Do we think we need to support this?
GMLPolygon ::= SEQUENCE
{
    pointList   [1] SEQUENCE (SIZE (3..15)) OF GeoPoint
@@ -228,7 +230,9 @@ FixMode ::= ENUMERATED

MACAddress ::= OCTET STRING (SIZE(6))

-- This was taken from 33.128, which copied 29.572. We may want to take the format from one of the other standards.
-- This was taken from 33.128, which copied 29.572. 
-- We may want to take the format from one of the other standards.
-- The specifics do not matter at this point in the discussion, but are open for comment.
CivicAddress ::= SEQUENCE
{
    country                             [1] UTF8String,
+2 −2
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ Locations ::= SEQUENCE (SIZE (1..MAX)) OF Location
Location ::= SEQUENCE
{
    locationInformation [1] LocationInformation,
    contextInformation  [2] STEIJE
    context             [2] STEIJE
}

--Source and Timing Extensible Information Jounral Entry
@@ -108,7 +108,7 @@ LocationSource ::= ENUMERATED
{
    other(1),
    unknown(2),
    cPEOrClient(3),
    targetEquipmentOrClient(3),
    network(4)
}