Commit b12c3abd authored by grahamj's avatar grahamj
Browse files

Resolving multiple comments from Steije

parent 513bb3cd
Loading
Loading
Loading
Loading
Loading
+7 −12
Original line number Diff line number Diff line
@@ -1351,7 +1351,7 @@ SMFPDUSessionRelease ::= SEQUENCE
    cause                       [10] SMFErrorCodes OPTIONAL,
    ePS5GSComboInfo             [11] EPS5GSComboInfo OPTIONAL,
    nGAPCause                   [12] NGAPCauseInt OPTIONAL,
    fiveGMMCause                [13] FiveGMMCauseInt OPTIONAL
    fiveGMMCause                [13] FiveGMMCause OPTIONAL
}

-- See clause 6.2.3.2.5 for details of this structure
@@ -1495,7 +1495,7 @@ SMFMAPDUSessionRelease ::= SEQUENCE
    location                    [9] Location OPTIONAL,
    cause                       [10] SMFErrorCodes OPTIONAL,
    nGAPCause                   [11] NGAPCauseInt OPTIONAL,
    fiveGMMCause                [12] FiveGMMCauseInt OPTIONAL
    fiveGMMCause                [12] FiveGMMCause OPTIONAL
}

-- See clause 6.2.3.2.7.4 for details of this structure
@@ -1596,8 +1596,6 @@ EstablishmentStatus ::= ENUMERATED
    released(1)
}

-- sent as an integer derived as described in TS 29.571 [17] clause 5.4.2.
FiveGMMCauseInt ::= INTEGER (0..255)

FiveGSGTPTunnels ::= SEQUENCE
{
@@ -1610,11 +1608,11 @@ FiveQI ::= INTEGER (0..255)

HandoverState ::= ENUMERATED
{
    nONE(1),
    pREPARING(2),
    pREPARED(3),
    cOMPLETED(4),
    cANCELLED(5)
    none(1),
    preparing(2),
    prepared(3),
    completed(4),
    cancelled(5)
}

NGAPCauseInt ::= SEQUENCE
@@ -1661,7 +1659,6 @@ 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
@@ -1680,7 +1677,6 @@ 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

-- ======================
@@ -1732,7 +1728,6 @@ GTPTunnelInfo ::= SEQUENCE
    fiveGSGTPTunnels [1] FiveGSGTPTunnels OPTIONAL
}


-- ==================
-- 5G UPF definitions
-- ==================