From 80155b02b2741576bfaf216b7a84207f21af2cd4 Mon Sep 17 00:00:00 2001 From: Shitao Li Date: Thu, 28 Sep 2023 02:42:10 +0000 Subject: [PATCH] Update TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 900167412..32434736c 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -44,7 +44,8 @@ components: oneOf: - $ref: "#/components/schemas/IntentExpectation" - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/RadioNetworkExpectation" - - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/EdgeServiceSupportExpectation" + - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/EdgeServiceSupportExpectation" + - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/5GCNetworkExpectation" intentContexts: type: array items: @@ -131,6 +132,7 @@ components: enum: - RAN_SubNetwork #value for Radio Network Expectation--# - Edge_Service_Support #value for Edge Service Support Expectation--# + - 5GC_SubNetwork #value for 5GC Network Expectation--# objectInstance: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' objectContexts: @@ -380,6 +382,7 @@ components: enum: - RAN_SUBNETWORK - EDGE_SERVICE_SUPPORT + - 5GC_SUBNETWORK supportedExpectationTargetType: type: array items: -- GitLab