Commit 02d59bf5 authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 1e4783f3
Loading
Loading
Loading
Loading
Loading
+15 −5
Original line number Diff line number Diff line
@@ -5143,7 +5143,9 @@ Point ::= SEQUENCE
PointUncertaintyCircle ::= SEQUENCE
{
    geographicalCoordinates             [1] GeographicalCoordinates,
    uncertainty                         [2] Uncertainty,--This parameter has been deprecated and shall be set to 0. The uncertaintySBI parameter shall be used instead.
-- The uncertainty parameter has been deprecated and shall be set to 0.
-- The uncertaintySBI parameter shall be used instead.
    uncertainty                         [2] Uncertainty,
    uncertaintySBI                      [3] UncertaintySBI OPTIONAL
}

@@ -5174,7 +5176,9 @@ PointAltitudeUncertainty ::= SEQUENCE
    point                               [1] GeographicalCoordinates,
    altitude                            [2] Altitude,
    uncertaintyEllipse                  [3] UncertaintyEllipse,
    uncertaintyAltitude                 [4] Uncertainty,--This parameter has been deprecated and shall be set to 0. The uncertaintyAltitudeSBI parameter shall be used instead.
-- The uncertaintyAltitude parameter has been deprecated and shall be set to 0.
-- The uncertaintyAltitudeSBI parameter shall be used instead.
    uncertaintyAltitude                 [4] Uncertainty,
    confidence                          [5] Confidence,
    uncertaintyAltitudeSBI              [6] UncertaintySBI OPTIONAL
}
@@ -5184,7 +5188,9 @@ EllipsoidArc ::= SEQUENCE
{
    point                               [1] GeographicalCoordinates,
    innerRadius                         [2] InnerRadius,
    uncertaintyRadius                   [3] Uncertainty,--This parameter has been deprecated and shall be set to 0. The uncertaintyRadiusSBI parameter shall be used instead.
-- The uncertaintyRadius parameter has been deprecated and shall be set to 0.
-- The uncertaintyRadiusSBI parameter shall be used instead.
    uncertaintyRadius                   [3] Uncertainty,
    offsetAngle                         [4] Angle,
    includedAngle                       [5] Angle,
    confidence                          [6] Confidence,
@@ -5202,8 +5208,12 @@ GeographicalCoordinates ::= SEQUENCE
-- TS 29.572 [24], clause 6.1.6.2.22
UncertaintyEllipse ::= SEQUENCE
{
    semiMajor                           [1] Uncertainty,--This parameter has been deprecated and shall be set to 0. The semiMajorSBI parameter shall be used instead.
    semiMinor                           [2] Uncertainty,--This parameter has been deprecated and shall be set to 0. The semiMinorSBI parameter shall be used instead.
-- The semiMajor parameter has been deprecated and shall be set to 0.
-- The semiMajorSBI parameter shall be used instead.
    semiMajor                           [1] Uncertainty,
-- The semiMinor parameter has been deprecated and shall be set to 0.
-- The semiMinorSBI parameter shall be used instead.
    semiMinor                           [2] Uncertainty,
    orientationMajor                    [3] Orientation,
    semiMajorSBI                        [4] UncertaintySBI OPTIONAL,
    semiMinorSBI                        [5] UncertaintySBI OPTIONAL