Commit 982089f6 authored by znaty's avatar znaty Committed by canterburym
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 9ce9b7de
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -825,21 +825,21 @@ ScheduledCommunicationType ::= ENUMERATED

AForASSessionWithQoSResponseCode ::= ENUMERATED
{
    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)
    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)
}

AForASSessionWithQoSOpType ::= ENUMERATED