Commit 1e4783f3 authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Update 33128/r17/TS33128Payloads.asn

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

@@ -5174,7 +5174,7 @@ PointAltitudeUncertainty ::= SEQUENCE
    point                               [1] GeographicalCoordinates,
    altitude                            [2] Altitude,
    uncertaintyEllipse                  [3] UncertaintyEllipse,
    uncertaintyAltitudeGAD              [4] UncertaintyGAD,
    uncertaintyAltitude                 [4] Uncertainty,--This parameter has been deprecated and shall be set to 0. The uncertaintyAltitudeSBI parameter shall be used instead.
    confidence                          [5] Confidence,
    uncertaintyAltitudeSBI              [6] UncertaintySBI OPTIONAL
}
@@ -5184,7 +5184,7 @@ EllipsoidArc ::= SEQUENCE
{
    point                               [1] GeographicalCoordinates,
    innerRadius                         [2] InnerRadius,
    uncertaintyRadiusGAD                [3] UncertaintyGAD,
    uncertaintyRadius                   [3] Uncertainty,--This parameter has been deprecated and shall be set to 0. The uncertaintyRadiusSBI parameter shall be used instead.
    offsetAngle                         [4] Angle,
    includedAngle                       [5] Angle,
    confidence                          [6] Confidence,
@@ -5202,8 +5202,8 @@ GeographicalCoordinates ::= SEQUENCE
-- TS 29.572 [24], clause 6.1.6.2.22
UncertaintyEllipse ::= SEQUENCE
{
    semiMajorGAD                        [1] UncertaintyGAD,
    semiMinorGAD                        [2] UncertaintyGAD,
    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.
    orientationMajor                    [3] Orientation,
    semiMajorSBI                        [4] UncertaintySBI OPTIONAL,
    semiMinorSBI                        [5] UncertaintySBI OPTIONAL
@@ -5257,9 +5257,7 @@ VerticalSpeed ::= UTF8String
SpeedUncertainty ::= UTF8String
BarometricPressure ::= INTEGER (30000..115000)

-- This parameter has been deprecated and shall always be set to 0.
-- The uncertainty should be indicated using the UncertaintySBI parameter.
UncertaintyGAD ::= INTEGER (0..127)
Uncertainty ::= INTEGER (0..127)

-- TS 29.572 [24], clause 6.1.6.3.13
VerticalDirection ::= ENUMERATED