Commit f9fdd5d7 authored by hawbakert's avatar hawbakert
Browse files

Add missing descriptions and fixes to HandoverRequestAcknowledge parameter payload.

parent 90873db3
Loading
Loading
Loading
Loading
Loading
+33 −2
Original line number Diff line number Diff line
@@ -1245,7 +1245,7 @@ AMFRANHandoverCommandNotify ::= SEQUENCE
    rANUENGAPID                  [4] RANUENGAPID,
    handoverType                 [5] HandoverType,
    nASSecurityParameters        [6] OCTET STRING OPTIONAL,
    targetToSourceContainer      [7] OCTET STRING,
    targetToSourceContainer      [7] RANTargetToSourceContainer,
    aMFProcedureCriticality      [8] AMFProcedureCriticality OPTIONAL,
    location                     [9] Location OPTIONAL
}
@@ -1313,7 +1313,21 @@ AMFFailureCause ::= CHOICE
    fiveGSMCause        [2] FiveGSMCause
}

AMFHandoverRequestAcknowledge ::= OCTET STRING
-- see Clause 9.3.4.11 of TS 38.413[23] for details
AMFHandoverReqACKTransInfo ::= OCTET STRING

AMFHandoverRequestAcknowledge ::= SEQUENCE
{
    messageType                    [1] AMFMessageType,
    aMFUENGAPID                    [2] AMFUENGAPID,
    rANUENGAPID                    [3] RANUENGAPID,
    pDUSessionID                   [4] PDUSessionID,
    handoverRequestACKTransferInfo [5] AMFHandoverReqACKTransInfo,
    targetToSourceContainer        [6] RANTargetToSourceContainer,
    criticality                    [7] AMFProcedureCriticality OPTIONAL,
    nPNAccessInformation           [8] NPNAccessInformation OPTIONAL,
    rEDCAPIndication               [9] REDCAPIndication OPTIONAL
}

AMFIECriticality ::= ENUMERATED
{
@@ -1382,6 +1396,7 @@ AMFUENGAPID ::= INTEGER (0..1099511627775)

InterfacesToTrace ::= BIT STRING (SIZE(8))

-- see Clause 5.6 of TS 32.422 for details of this structure
NGRANTraceID ::= OCTET STRING (SIZE(8))

-- ==================
@@ -3569,6 +3584,8 @@ AreaOfInterestTAIList ::= SEQUENCE (SIZE(1..MAX)) OF TAI

BitRate ::= INTEGER

CellCAGList ::= SEQUENCE (SIZE(1..MAX)) OF CAGID

CauseMisc ::= ENUMERATED
{
    controlProcessingOverload(1),
@@ -3926,6 +3943,11 @@ NonIMEISVPEI ::= CHOICE
    mACAddress [1] MACAddress
}

NPNAccessInformation ::= CHOICE
{
    pNINPNAccessInformation [1] CellCAGList

}
NREncryptionAlgorithms ::= BIT STRING (SIZE(16, ...))

NRIntegrityProtectionAlgorithms ::= BIT STRING (SIZE(16, ...))
@@ -4009,8 +4031,12 @@ ProtectionSchemeID ::= INTEGER (0..15)

RANUENGAPID ::= INTEGER (0..4294967295)

-- see Clause 9.3.1.20 of TS 38.413[23] for details
RANSourceToTargetContainer ::= OCTET STRING

-- see Clause 9.3.1.21 of TS 38.413[23] for details
RANTargetToSourceContainer ::= OCTET STRING

RATRestrictions ::= SEQUENCE (SIZE(1..MAX)) OF RATRestrictionItem

RATRestrictionInformation ::= BIT STRING (SIZE(8, ...))
@@ -4046,6 +4072,11 @@ RATType ::= ENUMERATED
    nRREDCAP(20)
}

REDCAPIndication ::= ENUMERATED
{
    redcap(1)
}

RejectedNSSAI ::= SEQUENCE OF RejectedSNSSAI

RejectedSNSSAI ::= SEQUENCE