Commit abe22049 authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Update 33128/r15/TS33128Payloads.asn

parent 31eb5ff9
Loading
Loading
Loading
Loading
+15 −5
Original line number Diff line number Diff line
@@ -1200,7 +1200,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
}

@@ -1231,7 +1233,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
}
@@ -1241,7 +1245,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 uncertaintyRadiue 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,
@@ -1258,8 +1264,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