Commit f0ffe2aa authored by grahamj's avatar grahamj
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 71215ac9
Loading
Loading
Loading
Loading
Loading
+26 −17
Original line number Diff line number Diff line
@@ -1582,6 +1582,14 @@ AccessInfo ::= SEQUENCE
-- see Clause 6.1.2 of TS 24.193[44] for the details of the ATSSS container contents.
ATSSSContainer ::= OCTET STRING

DLRANTunnelInformation ::= SEQUENCE
{
    dLQOSFlowTunnelInformation                    [1] QOSFlowTunnelInformation OPTIONAL,
    additionalDLQOSFlowTunnelInformation          [2] SEQUENCE OF QOSFlowTunnelInformation OPTIONAL,
    redundantDLQOSFlowTunnelInformation           [3] SEQUENCE OF QOSFlowTunnelInformation OPTIONAL,
    additionalredundantDLQOSFlowTunnelInformation [4] SEQUENCE OF QOSFlowTunnelInformation OPTIONAL
}

EstablishmentStatus ::= ENUMERATED
{
    established(0),
@@ -1591,6 +1599,15 @@ EstablishmentStatus ::= ENUMERATED
-- sent as an integer derived as described in TS 29.571 [17] clause 5.4.2.
FiveGMMCauseInt ::= INTEGER (0..255)

FiveGSGTPTunnels ::= SEQUENCE
{
    uLNGUUPTunnelInformation           [1] FTEID OPTIONAL,
    additionalULNGUUPTunnelInformation [2] SEQUENCE OF FTEID OPTIONAL,
    dLRANTunnelInformation             [3] DLRANTunnelInformation OPTIONAL
}

FiveQI ::= INTEGER (0..255)

HandoverState ::= ENUMERATED
{
    nONE(1),
@@ -1609,6 +1626,7 @@ NGAPCauseInt ::= SEQUENCE
-- derived as described in TS 29.571 [17] clause 5.4.4.12

NGAPCauseGroupInt ::= INTEGER

NGAPCauseValueInt ::= INTEGER

SMFMAUpgradeIndication ::= BOOLEAN
@@ -1636,20 +1654,6 @@ RequestIndication ::= ENUMERATED
    eBIASSIGNMENTREQ(6),
    rELDUETO5GANREQUEST(7)
}
FiveGSGTPTunnels ::= SEQUENCE
{
    uLNGUUPTunnelInformation           [1] FTEID OPTIONAL,
    additionalULNGUUPTunnelInformation [2] SEQUENCE OF FTEID OPTIONAL,
    dLRANTunnelInformation             [3] DLRANTunnelInformation OPTIONAL
}

DLRANTunnelInformation ::= SEQUENCE
{
    dLQOSFlowTunnelInformation                    [1] QOSFlowTunnelInformation OPTIONAL,
    additionalDLQOSFlowTunnelInformation          [2] SEQUENCE OF QOSFlowTunnelInformation OPTIONAL,
    redundantDLQOSFlowTunnelInformation           [3] SEQUENCE OF QOSFlowTunnelInformation OPTIONAL,
    additionalredundantDLQOSFlowTunnelInformation [4] SEQUENCE OF QOSFlowTunnelInformation OPTIONAL
}

QOSFlowTunnelInformation ::= SEQUENCE
{
@@ -1657,6 +1661,9 @@ QOSFlowTunnelInformation ::= SEQUENCE
    associatedQOSFlowList [2] SEQUENCE OF QOSFlowList
}

-- Encoded as the QOS Flow descriptions IE specified in TS 24.501 clause 9.11.4.12 starting from octet 1.
QOSFlowDescription ::= OCTET STRING

QOSFlowList ::= SEQUENCE
{
    qFI                      [1] QFI,
@@ -1668,12 +1675,14 @@ QOSFlowList ::= SEQUENCE
    defaultQOSRuleIndication [7] BOOLEAN OPTIONAL
}

QOSFlowProfile ::= SEQUENCE
{
    fiveQI [1] FiveQI
}

-- Encoded as the QOS Rules IE specified in TS 24.501 clause 9.11.4.13 starting from octet 4.
QOSRules ::= OCTET STRING

-- Encoded as the QOS Flow descriptions IE specified in TS 24.501 clause 9.11.4.12 starting from octet 1.
QOSFlowDescription ::= OCTET STRING

-- ======================
-- PGW-C + SMF Parameters
-- ======================