Commit 9ce9b7de authored by znaty's avatar znaty Committed by canterburym
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 5ac83a97
Loading
Loading
Loading
Loading
+16 −18
Original line number Diff line number Diff line
@@ -227,7 +227,6 @@ XIRIEvent ::= CHOICE
    --  NEF events, see clause 7.7.X.1
    nEFAFSessionWithQoSProvision                        [4600] NEFAFSessionWithQoSProvision,
    nEFAFSessionWithQoSNotification                     [4601] NEFAFSessionWithQoSNotification

}

-- ==============
@@ -716,7 +715,6 @@ NEFAFSessionWithQoSNotification ::= SEQUENCE
    aForASSessionWithQoSResponseCode     [4] AForASSessionWithQoSResponseCode
}


-- ==========================
-- Common SCEF/NEF parameters
-- ==========================
@@ -827,21 +825,21 @@ ScheduledCommunicationType ::= ENUMERATED

AForASSessionWithQoSResponseCode ::= ENUMERATED
{
    oK200(1),
    created201(2),
    noContent204(3),
    temporaryRedirect307(4),
    permanentRedirect308(5),
    badRequest400(6),
    unauthorized401(7),
    forbidden403(8),
    notFound404(9),
    notAcceptable406(10),
    lengthRequired411(11),
    unsupportedMediaType415(12),
    tooManyRequests429(13),
    internalServerError500(14),
    serviceUnavailable503(15)
    oK200(200),
    created201(201),
    noContent204(204),
    temporaryRedirect307(307),
    permanentRedirect308(308),
    badRequest400(400),
    unauthorized401(401),
    forbidden403(403),
    notFound404(404),
    notAcceptable406(406),
    lengthRequired411(411),
    unsupportedMediaType415(415),
    tooManyRequests429(429),
    internalServerError500(500),
    serviceUnavailable503(503)
}

AForASSessionWithQoSOpType ::= ENUMERATED