From fddc1717b6ccdf46eb7ff6f0c2be2637a3cc97b4 Mon Sep 17 00:00:00 2001 From: znaty Date: Wed, 4 Jan 2023 21:42:49 +0000 Subject: [PATCH 1/9] Update 33128/r18/TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index cd6d3a8b..f7598ae0 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -222,7 +222,12 @@ XIRIEvent ::= CHOICE -- HSS events, see clause 7.2.3.3 hSSServingSystemMessage [133] HSSServingSystemMessage, - hSSStartOfInterceptionWithRegisteredTarget [134] HSSStartOfInterceptionWithRegisteredTarget + hSSStartOfInterceptionWithRegisteredTarget [134] HSSStartOfInterceptionWithRegisteredTarget, + + -- NEF events, see clause 7.7.X.1 + nEFAFSessionWithQoSProvision [151] NEFAFSessionWithQoSProvision, + nEFAFSessionWithQoSNotification [152] NEFAFSessionWithQoSNotification + } -- ============== -- GitLab From c0f2c8eac38170d0f271bff4142c673900d0eecf Mon Sep 17 00:00:00 2001 From: znaty Date: Wed, 4 Jan 2023 21:55:43 +0000 Subject: [PATCH 2/9] Update 33128/r18/TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index f7598ae0..bc812cff 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -442,7 +442,11 @@ IRIEvent ::= CHOICE -- HSS events, see clause 7.2.3.4 hSSServingSystemMessage [133] HSSServingSystemMessage, - hSSStartOfInterceptionWithRegisteredTarget [134] HSSStartOfInterceptionWithRegisteredTarget + hSSStartOfInterceptionWithRegisteredTarget [134] HSSStartOfInterceptionWithRegisteredTarget, + + -- NEF events, see clause 7.7.X.2 + nEFAFSessionWithQoSProvision [151] NEFAFSessionWithQoSProvision, + nEFAFSessionWithQoSNotification [152] NEFAFSessionWithQoSNotification } IRITargetIdentifier ::= SEQUENCE -- GitLab From edacb5ad16c7544fdd9e611ce95dd2ed22a753c5 Mon Sep 17 00:00:00 2001 From: znaty Date: Wed, 4 Jan 2023 22:06:10 +0000 Subject: [PATCH 3/9] Update 33128/r18/TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 46 +++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index bc812cff..019b486e 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -698,6 +698,25 @@ NEFExpectedUEBehaviourUpdate ::= SEQUENCE validityTime [12] Timestamp OPTIONAL } +NEFAFSessionWithQoSProvision ::= SEQUENCE +{ + gPSI [1] GPSI, + aFID [2] AFID, + aFSessionWithQoSOpType [3] AFSessionWithQoSOpType, + aFSessionWithQoSSubscription [4] SBIType OPTIONAL, + aFSessionWithQoSSubscriptionPatch [5] SBIType OPTIONAL, + aFSessionWithQoSResponseCode [6] AFSessionWithQoSResponseCode +} + +NEFAFSessionWithQoSNotification ::= SEQUENCE +{ + gPSI [1] GPSI, + aFID [2] AFID, + userPlaneNotificationData [3] SBIType, + aFSessionWithQoSResponseCode [4] AFSessionWithQoSResponseCode +} + + -- ========================== -- Common SCEF/NEF parameters -- ========================== @@ -806,6 +825,33 @@ ScheduledCommunicationType ::= ENUMERATED bidirectional(3) } +AFSessionWithQoSResponseCode ::= 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) +} + +AFSessionWithQoSOpType ::= ENUMERATED +{ + pOST(1), + pUT(2), + pATCH(3), + dELETE(4) +} + -- ================= -- 5G NEF parameters -- ================= -- GitLab From 85a8ce36e864c008477f30cc3f175a7aae9f4a22 Mon Sep 17 00:00:00 2001 From: znaty Date: Thu, 5 Jan 2023 11:28:55 +0000 Subject: [PATCH 4/9] Update 33128/r18/TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 019b486e..3e9f5133 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -224,7 +224,7 @@ XIRIEvent ::= CHOICE hSSServingSystemMessage [133] HSSServingSystemMessage, hSSStartOfInterceptionWithRegisteredTarget [134] HSSStartOfInterceptionWithRegisteredTarget, - -- NEF events, see clause 7.7.X.1 + -- NEF events, see clause 7.7.X.1 nEFAFSessionWithQoSProvision [151] NEFAFSessionWithQoSProvision, nEFAFSessionWithQoSNotification [152] NEFAFSessionWithQoSNotification -- GitLab From 03b25ad8988135001e03a95216fc747f38dc8ae6 Mon Sep 17 00:00:00 2001 From: znaty Date: Thu, 5 Jan 2023 11:38:38 +0000 Subject: [PATCH 5/9] Update 33128/r18/TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 3e9f5133..21ea7603 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -225,8 +225,8 @@ XIRIEvent ::= CHOICE hSSStartOfInterceptionWithRegisteredTarget [134] HSSStartOfInterceptionWithRegisteredTarget, -- NEF events, see clause 7.7.X.1 - nEFAFSessionWithQoSProvision [151] NEFAFSessionWithQoSProvision, - nEFAFSessionWithQoSNotification [152] NEFAFSessionWithQoSNotification + nEFAFSessionWithQoSProvision [4600] NEFAFSessionWithQoSProvision, + nEFAFSessionWithQoSNotification [4601] NEFAFSessionWithQoSNotification } @@ -445,8 +445,8 @@ IRIEvent ::= CHOICE hSSStartOfInterceptionWithRegisteredTarget [134] HSSStartOfInterceptionWithRegisteredTarget, -- NEF events, see clause 7.7.X.2 - nEFAFSessionWithQoSProvision [151] NEFAFSessionWithQoSProvision, - nEFAFSessionWithQoSNotification [152] NEFAFSessionWithQoSNotification + nEFAFSessionWithQoSProvision [4600] NEFAFSessionWithQoSProvision, + nEFAFSessionWithQoSNotification [4601] NEFAFSessionWithQoSNotification } IRITargetIdentifier ::= SEQUENCE -- GitLab From 5ac83a977e5718f04fe76d28417105054bd2a6f9 Mon Sep 17 00:00:00 2001 From: znaty Date: Tue, 10 Jan 2023 00:54:15 +0000 Subject: [PATCH 6/9] Update 33128/r18/TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 21ea7603..6d4b3fb0 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -702,10 +702,10 @@ NEFAFSessionWithQoSProvision ::= SEQUENCE { gPSI [1] GPSI, aFID [2] AFID, - aFSessionWithQoSOpType [3] AFSessionWithQoSOpType, + aFSessionWithQoSOpType [3] AForASSessionWithQoSOpType, aFSessionWithQoSSubscription [4] SBIType OPTIONAL, aFSessionWithQoSSubscriptionPatch [5] SBIType OPTIONAL, - aFSessionWithQoSResponseCode [6] AFSessionWithQoSResponseCode + aFSessionWithQoSResponseCode [6] AForASSessionWithQoSResponseCode } NEFAFSessionWithQoSNotification ::= SEQUENCE @@ -713,7 +713,7 @@ NEFAFSessionWithQoSNotification ::= SEQUENCE gPSI [1] GPSI, aFID [2] AFID, userPlaneNotificationData [3] SBIType, - aFSessionWithQoSResponseCode [4] AFSessionWithQoSResponseCode + aForASSessionWithQoSResponseCode [4] AForASSessionWithQoSResponseCode } @@ -825,7 +825,7 @@ ScheduledCommunicationType ::= ENUMERATED bidirectional(3) } -AFSessionWithQoSResponseCode ::= ENUMERATED +AForASSessionWithQoSResponseCode ::= ENUMERATED { oK200(1), created201(2), @@ -844,7 +844,7 @@ AFSessionWithQoSResponseCode ::= ENUMERATED serviceUnavailable503(15) } -AFSessionWithQoSOpType ::= ENUMERATED +AForASSessionWithQoSOpType ::= ENUMERATED { pOST(1), pUT(2), -- GitLab From 9ce9b7deb5bf6fdabcc1e5ecb8de151c2fe18477 Mon Sep 17 00:00:00 2001 From: znaty Date: Tue, 24 Jan 2023 07:25:18 +0000 Subject: [PATCH 7/9] Update 33128/r18/TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 6d4b3fb0..474d7280 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -227,7 +227,6 @@ XIRIEvent ::= CHOICE -- NEF events, see clause 7.7.X.1 nEFAFSessionWithQoSProvision [4600] NEFAFSessionWithQoSProvision, nEFAFSessionWithQoSNotification [4601] NEFAFSessionWithQoSNotification - } -- ============== @@ -444,7 +443,7 @@ IRIEvent ::= CHOICE hSSServingSystemMessage [133] HSSServingSystemMessage, hSSStartOfInterceptionWithRegisteredTarget [134] HSSStartOfInterceptionWithRegisteredTarget, - -- NEF events, see clause 7.7.X.2 + -- NEF events, see clause 7.7.X.2 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 -- GitLab From 982089f6e41daa466fb9d814ad5e52d0031caba1 Mon Sep 17 00:00:00 2001 From: znaty Date: Tue, 24 Jan 2023 07:31:54 +0000 Subject: [PATCH 8/9] Update 33128/r18/TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 474d7280..14abd69b 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -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 -- GitLab From e8db1c826aa3960fa8b6e54edaba39a308097a8f Mon Sep 17 00:00:00 2001 From: znaty Date: Tue, 24 Jan 2023 21:23:47 +0000 Subject: [PATCH 9/9] Update 33128/r18/TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 14abd69b..4ec53af5 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -224,7 +224,7 @@ XIRIEvent ::= CHOICE hSSServingSystemMessage [133] HSSServingSystemMessage, hSSStartOfInterceptionWithRegisteredTarget [134] HSSStartOfInterceptionWithRegisteredTarget, - -- NEF events, see clause 7.7.X.1 + -- NEF events, see clause 7.7.6.1 nEFAFSessionWithQoSProvision [4600] NEFAFSessionWithQoSProvision, nEFAFSessionWithQoSNotification [4601] NEFAFSessionWithQoSNotification } @@ -443,7 +443,7 @@ IRIEvent ::= CHOICE hSSServingSystemMessage [133] HSSServingSystemMessage, hSSStartOfInterceptionWithRegisteredTarget [134] HSSStartOfInterceptionWithRegisteredTarget, - -- NEF events, see clause 7.7.X.2 + -- NEF events, see clause 7.7.6.2 nEFAFSessionWithQoSProvision [4600] NEFAFSessionWithQoSProvision, nEFAFSessionWithQoSNotification [4601] NEFAFSessionWithQoSNotification } @@ -697,6 +697,7 @@ NEFExpectedUEBehaviourUpdate ::= SEQUENCE validityTime [12] Timestamp OPTIONAL } +-- See clause 7.7.6.1.2 for details of this structure NEFAFSessionWithQoSProvision ::= SEQUENCE { gPSI [1] GPSI, @@ -707,6 +708,7 @@ NEFAFSessionWithQoSProvision ::= SEQUENCE aFSessionWithQoSResponseCode [6] AForASSessionWithQoSResponseCode } +-- See clause 7.7.6.1.3 for details of this structure NEFAFSessionWithQoSNotification ::= SEQUENCE { gPSI [1] GPSI, -- GitLab