From cfacdb50de7b570ea5f4bf6098c01eefefe9b016 Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Wed, 23 Aug 2023 22:16:43 +0000 Subject: [PATCH 1/4] Update TS28312_IntentNrm.yaml adding Edge to ServiceSupport --- OpenAPI/TS28312_IntentNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index d310f894a..d7ac09f9b 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -44,7 +44,7 @@ components: oneOf: - $ref: "#/components/schemas/IntentExpectation" - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/RadioNetworkExpectation" - - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/ServiceSupportExpectation" + - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/EdgeServiceSupportExpectation" intentContexts: type: array items: -- GitLab From f296f9d18a2ad222fbc07916b91452fd0b674cb0 Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Wed, 23 Aug 2023 22:20:26 +0000 Subject: [PATCH 2/4] Update TS28312_IntentExpectations.yaml Add Edge to ServiceSupport --- OpenAPI/TS28312_IntentExpectations.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28312_IntentExpectations.yaml b/OpenAPI/TS28312_IntentExpectations.yaml index 886f4461d..f1aab1dc6 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -46,7 +46,7 @@ components: $ref: "TS28312_IntentNrm.yaml#/components/schemas/FulfilmentInfo" required: - expectationId - ServiceSupportExpectation: + EdgeServiceSupportExpectation: description: >- This data type is the "IntentExpectation" data type with specialisations to represent MnS consumer's expectations for service deployment type: object @@ -111,9 +111,9 @@ components: - $ref: "#/components/schemas/NRFqBandContext" - $ref: "#/components/schemas/RATContext" - $ref: "#/components/schemas/ObjectContext" - ServiceSupportExpectationObject: + EdgeServiceSupportExpectationObject: description: >- - This data type is the "ExpectationObject" data type with specialisations for ServiceSupportExpectation + This data type is the "ExpectationObject" data type with specialisations for EdgeServiceSupportExpectation type: object properties: objectType: -- GitLab From 1a123ecb3bb2e9717bc41332ae87b809fb5edc6a Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Wed, 23 Aug 2023 22:30:07 +0000 Subject: [PATCH 3/4] Update TS28312_IntentExpectations.yaml fix missing edge --- OpenAPI/TS28312_IntentExpectations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentExpectations.yaml b/OpenAPI/TS28312_IntentExpectations.yaml index f1aab1dc6..a858759f0 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -58,7 +58,7 @@ components: expectationObjects: type: array items: - $ref: "#/components/schemas/ServiceSupportExpectationObject" + $ref: "#/components/schemas/EdgeServiceSupportExpectationObject" expectationTargets: type: array items: -- GitLab From 145c571f841ef5b4fbbec02b6a7ed4a2fb1f242f Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Wed, 23 Aug 2023 22:40:00 +0000 Subject: [PATCH 4/4] Update TS28312_IntentNrm.yaml fix missing edge --- OpenAPI/TS28312_IntentNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index d7ac09f9b..f310916e9 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -91,7 +91,7 @@ components: type: string enum: - RAN_SubNetwork #value for Radio Network Expectation--# - - Service_Support #value for Service Support Expectation--# + - EdgeService_Support #value for Service Support Expectation--# - TBD #-This will be added based on defined scenario specfic intent expectation-# objectInstance: $ref: "TS28623_ComDefs.yaml#/components/schemas/Dn" -- GitLab