Commit 6099112b authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 0501b356
Loading
Loading
Loading
Loading
+17 −9
Original line number Diff line number Diff line
@@ -6137,7 +6137,8 @@ Point ::= SEQUENCE
PointUncertaintyCircle ::= SEQUENCE
{
    geographicalCoordinates             [1] GeographicalCoordinates,
    uncertainty                         [2] Uncertainty
    uncertaintyGAD                      [2] UncertaintyGAD,
    uncertaintySBI                      [3] UncertaintySBI OPTIONAL
}

-- TS 29.572 [24], clause 6.1.6.2.8
@@ -6167,8 +6168,9 @@ PointAltitudeUncertainty ::= SEQUENCE
    point                               [1] GeographicalCoordinates,
    altitude                            [2] Altitude,
    uncertaintyEllipse                  [3] UncertaintyEllipse,
    uncertaintyAltitude                 [4] Uncertainty,
    confidence                          [5] Confidence
    uncertaintyAltitudeGAD              [4] UncertaintyGAD,
    confidence                          [5] Confidence,
    uncertaintyAltitudeSBI              [6] UncertaintySBI OPTIONAL
}

-- TS 29.572 [24], clause 6.1.6.2.12
@@ -6176,10 +6178,11 @@ EllipsoidArc ::= SEQUENCE
{
    point                               [1] GeographicalCoordinates,
    innerRadius                         [2] InnerRadius,
    uncertaintyRadius                   [3] Uncertainty,
    uncertaintyRadiusGAD                [3] UncertaintyGAD,
    offsetAngle                         [4] Angle,
    includedAngle                       [5] Angle,
    confidence                          [6] Confidence
    confidence                          [6] Confidence,
    uncertaintyRadiusSBI                [7] UncertintyRadiusSBI OPTIONAL
}

-- TS 29.572 [24], clause 6.1.6.2.4
@@ -6193,9 +6196,11 @@ GeographicalCoordinates ::= SEQUENCE
-- TS 29.572 [24], clause 6.1.6.2.22
UncertaintyEllipse ::= SEQUENCE
{
    semiMajor                           [1] Uncertainty,
    semiMinor                           [2] Uncertainty,
    orientationMajor                    [3] Orientation
    semiMajorGAD                        [1] UncertaintyGAD,
    semiMinorGAD                        [2] UncertaintyGAD,
    orientationMajor                    [3] Orientation,
    semiMajorSBI                        [4] UncertaintySBI OPTIONAL,
    semiMinorSBI                        [5] UncertaintySBI OPTIONAL
}

-- TS 29.572 [24], clause 6.1.6.2.18
@@ -6236,7 +6241,7 @@ HorizontalWithVerticalVelocityAndUncertainty ::= SEQUENCE
-- The following types are described in TS 29.572 [24], table 6.1.6.3.2-1
Altitude ::= UTF8String
Angle ::= INTEGER (0..360)
Uncertainty ::= INTEGER (0..127)
UncertaintySBI ::= UTF8String
Orientation ::= INTEGER (0..180)
Confidence ::= INTEGER (0..100)
InnerRadius ::= INTEGER (0..327675)
@@ -6246,6 +6251,9 @@ VerticalSpeed ::= UTF8String
SpeedUncertainty ::= UTF8String
BarometricPressure ::= INTEGER (30000..115000)

-- Translate TS 29.572 [24], table 6.1.6.3.2-1 to INTEGER per TS 23.032 [XX], clause 6.2 or clause 6.4 for uncertaintyAltitudeGAD
UncertaintyGAD ::= INTEGER (0..127)

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