Commit 3887bb88 authored by hawbakert's avatar hawbakert
Browse files

corrected numbering

parent 7239e244
Loading
Loading
Loading
Loading
Loading
+15 −14
Original line number Diff line number Diff line
@@ -1240,26 +1240,26 @@ AMFPositioningInfoTransfer ::= SEQUENCE
AMFRANHandoverRequest ::= SEQUENCE
{
    userIdentifiers                     [1] UserIdentifiers,
    aMFUENGAPID                         [3] AMFUENGAPID,
    rANUENGAPID                         [4] RANUENGAPID,
    handoverType                        [5] HandoverType,
    handoverCause                       [6] HandoverCause,
    pDUSessionResourceInformation       [7] PDUSessionResourceInformation,
    mobilityRestrictionList             [8] MobilityRestrictionList OPTIONAL,
    locationReportingRequestType        [9] LocationReportingRequestType OPTIONAL,
    targetToSourceContainer             [10] RANTargetToSourceContainer,
    nPNAccessInformation                [11] NPNAccessInformation OPTIONAL,
    sourceToTargetContainer             [12] RANSourceToTargetContainer
    aMFUENGAPID                         [2] AMFUENGAPID,
    rANUENGAPID                         [3] RANUENGAPID,
    handoverType                        [4] HandoverType,
    handoverCause                       [5] HandoverCause,
    pDUSessionResourceInformation       [6] PDUSessionResourceInformation,
    mobilityRestrictionList             [7] MobilityRestrictionList OPTIONAL,
    locationReportingRequestType        [8] LocationReportingRequestType OPTIONAL,
    targetToSourceContainer             [9] RANTargetToSourceContainer,
    nPNAccessInformation                [10] NPNAccessInformation OPTIONAL,
    sourceToTargetContainer             [11] RANSourceToTargetContainer
}

-- See clause 6.2.2.2.X.2 for details of this structure
AMFRANHandoverCommand ::= SEQUENCE
{
    userIdentifiers              [1] UserIdentifiers,
    aMFUENGAPID                  [3] AMFUENGAPID,
    rANUENGAPID                  [4] RANUENGAPID,
    handoverType                 [5] HandoverType,
    targetToSourceContainer      [7] RANTargetToSourceContainer
    aMFUENGAPID                  [2] AMFUENGAPID,
    rANUENGAPID                  [3] RANUENGAPID,
    handoverType                 [4] HandoverType,
    targetToSourceContainer      [5] RANTargetToSourceContainer
}

-- =================
@@ -3729,6 +3729,7 @@ HandoverType ::= ENUMERATED
    ePSto5GS(3),
    fiveGStoUTRA(4)
}

HomeNetworkPublicKeyID ::= OCTET STRING

HSMFURI ::= UTF8String