Commit 95ff23a7 authored by mewburn's avatar mewburn
Browse files

r18/TS33128Payloads: adapt to CR0573 deprecation

parent 228843ce
Loading
Loading
Loading
Loading
Loading
+19 −18
Original line number Diff line number Diff line
@@ -4943,7 +4943,8 @@ FiveGMSAFErrorCode ::=ENUMERATED
LALSReport ::= SEQUENCE
{
    sUPI                [1] SUPI OPTIONAL,
--  pEI                 [2] PEI OPTIONAL, deprecated in Release-16, do not re-use this tag number
    -- deprecatedPEI was deprecated in r16(16) version6(6).
    deprecatedPEI       [2] PEI OPTIONAL,
    gPSI                [3] GPSI OPTIONAL,
    location            [4] Location OPTIONAL,
    iMPU                [5] IMPU OPTIONAL,
@@ -5890,9 +5891,9 @@ SUCI ::= SEQUENCE
    protectionSchemeID          [4] ProtectionSchemeID,
    homeNetworkPublicKeyID      [5] HomeNetworkPublicKeyID,
    schemeOutput                [6] SchemeOutput,
    -- routingIndicatorLength shall be included if different from the number
    -- of meaningful digits given in routingIndicator.
    routingIndicatorLength      [7] INTEGER (1..4) OPTIONAL
       -- shall be included if different from the number of meaningful digits given
       -- in routingIndicator
}

SUPI ::= CHOICE
@@ -6651,9 +6652,9 @@ Point ::= SEQUENCE
PointUncertaintyCircle ::= SEQUENCE
{
    geographicalCoordinates             [1] GeographicalCoordinates,
-- The uncertainty parameter has been deprecated and shall be set to 0.
-- The uncertaintySBI parameter shall be used instead.
    uncertainty                         [2] Uncertainty,
    -- deprecatedUncertainty was deprecated in r18(18) version3(3)
    -- and shall be set to 0. The uncertaintySBI parameter shall be used instead.
    deprecatedUncertainty               [2] Uncertainty,
    uncertaintySBI                      [3] UncertaintySBI OPTIONAL
}

@@ -6684,9 +6685,9 @@ PointAltitudeUncertainty ::= SEQUENCE
    point                               [1] GeographicalCoordinates,
    altitude                            [2] Altitude,
    uncertaintyEllipse                  [3] UncertaintyEllipse,
-- The uncertaintyAltitude parameter has been deprecated and shall be set to 0.
-- The uncertaintyAltitudeSBI parameter shall be used instead.
    uncertaintyAltitude                 [4] Uncertainty,
    -- deprecatedUncertaintyAltitude was deprecated in r18(18) version3(3)
    -- and shall be set to 0. The uncertaintyAltitudeSBI parameter shall be used instead.
    deprecatedUncertaintyAltitude       [4] Uncertainty,
    confidence                          [5] Confidence,
    uncertaintyAltitudeSBI              [6] UncertaintySBI OPTIONAL
}
@@ -6696,9 +6697,9 @@ EllipsoidArc ::= SEQUENCE
{
    point                               [1] GeographicalCoordinates,
    innerRadius                         [2] InnerRadius,
-- The uncertaintyRadius parameter has been deprecated and shall be set to 0.
-- The uncertaintyRadiusSBI parameter shall be used instead.
    uncertaintyRadius                   [3] Uncertainty,
    -- deprecatedUncertaintyRadius was deprecated in r18(18) version3(3)
    -- and shall be set to 0. The uncertaintyRadiusSBI parameter shall be used instead.
    deprecatedUncertaintyRadius         [3] Uncertainty,
    offsetAngle                         [4] Angle,
    includedAngle                       [5] Angle,
    confidence                          [6] Confidence,
@@ -6716,12 +6717,12 @@ GeographicalCoordinates ::= SEQUENCE
-- TS 29.572 [24], clause 6.1.6.2.22
UncertaintyEllipse ::= SEQUENCE
{
-- 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,
    -- deprecatedSemiMajor was deprecated in r18(18) version3(3)
    -- and shall be set to 0. The semiMajorSBI parameter shall be used instead.
    deprecatedSemiMajor                 [1] Uncertainty,
    -- deprecatedSemiMinor was deprecated in r18(18) version3(3)
    -- and shall be set to 0. The semiMinorSBI parameter shall be used instead.
    deprecatedSemiMinor                 [2] Uncertainty,
    orientationMajor                    [3] Orientation,
    semiMajorSBI                        [4] UncertaintySBI OPTIONAL,
    semiMinorSBI                        [5] UncertaintySBI OPTIONAL