From eb89ec81712a1f462890931d8a2f8937ae4bc487 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 11 Aug 2023 14:40:06 +0000 Subject: [PATCH 1/6] Update file TS28312_IntentExpectations.yaml --- OpenAPI/TS28312_IntentExpectations.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/OpenAPI/TS28312_IntentExpectations.yaml b/OpenAPI/TS28312_IntentExpectations.yaml index 971302e2a..b150b8a6a 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -110,6 +110,7 @@ components: - $ref: "#/components/schemas/PLMNContext" - $ref: "#/components/schemas/NRFqBandContext" - $ref: "#/components/schemas/RATContext" + - $ref: "#/components/schemas/TargetedScopeContext" - $ref: "#/components/schemas/ObjectContext" ServiceSupportExpectationObject: description: >- @@ -525,6 +526,29 @@ components: - UTRAN - EUTRAN - NR + TargetedScopeContext: + description: >- + This data type is the "ObjectContext" data type with specialisations for TargetdScope([5QI, SNSSAI]) + properties: + contextAttribute: + type: string + enum: + - TargetedScope + contextCondition: + type: string + enum: + - IS_ALL_OF + contextValueRange: + type: array + items: + $ref: "#/components/schemas/TargetedScope" + TargetedScope: + type: object + properties: + fiveQI: + type: integer + sNssai: + 'TS28541_NrNrm.yaml#/components/schemas/snssai' EdgeIdenfiticationIdContext: description: >- This data type is the "ObjectContext" data type with specialisations for EdgeIdenfiticationIdContext -- GitLab From 74280ec87f6ecb80e25af265003d1f05e26df778 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 11 Aug 2023 14:46:25 +0000 Subject: [PATCH 2/6] Update file TS28312_IntentExpectations.yaml --- OpenAPI/TS28312_IntentExpectations.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28312_IntentExpectations.yaml b/OpenAPI/TS28312_IntentExpectations.yaml index b150b8a6a..ae7590ece 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -527,8 +527,9 @@ components: - EUTRAN - NR TargetedScopeContext: - description: >- + description: >- This data type is the "ObjectContext" data type with specialisations for TargetdScope([5QI, SNSSAI]) + type: object properties: contextAttribute: type: string @@ -543,7 +544,7 @@ components: items: $ref: "#/components/schemas/TargetedScope" TargetedScope: - type: object + type: object properties: fiveQI: type: integer -- GitLab From ac42486fa3598e85fe75740694e148ed6abbe6e5 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 11 Aug 2023 14:59:41 +0000 Subject: [PATCH 3/6] Update file TS28312_IntentExpectations.yaml --- OpenAPI/TS28312_IntentExpectations.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28312_IntentExpectations.yaml b/OpenAPI/TS28312_IntentExpectations.yaml index ae7590ece..d625d9e8c 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -545,11 +545,11 @@ components: $ref: "#/components/schemas/TargetedScope" TargetedScope: type: object - properties: - fiveQI: - type: integer - sNssai: - 'TS28541_NrNrm.yaml#/components/schemas/snssai' + properties: + fiveQI: + type: integer + sNssai: + $ref: 'TS28541_NrNrm.yaml#/components/schemas/snssai' EdgeIdenfiticationIdContext: description: >- This data type is the "ObjectContext" data type with specialisations for EdgeIdenfiticationIdContext -- GitLab From 7bc72c9fbc2b79b8c65316ea8cf0805f0722576c Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 11 Aug 2023 15:14:21 +0000 Subject: [PATCH 4/6] Update file TS28312_IntentExpectations.yaml --- 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 d625d9e8c..6afd4f88d 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -549,7 +549,7 @@ components: fiveQI: type: integer sNssai: - $ref: 'TS28541_NrNrm.yaml#/components/schemas/snssai' + $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' EdgeIdenfiticationIdContext: description: >- This data type is the "ObjectContext" data type with specialisations for EdgeIdenfiticationIdContext -- GitLab From 29e546921fcdf6fbc337ee1516ff10360c17f948 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Tue, 22 Aug 2023 11:18:36 +0000 Subject: [PATCH 5/6] Update file TS28312_IntentExpectations.yaml --- OpenAPI/TS28312_IntentExpectations.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OpenAPI/TS28312_IntentExpectations.yaml b/OpenAPI/TS28312_IntentExpectations.yaml index 6afd4f88d..b07572ea6 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -110,7 +110,7 @@ components: - $ref: "#/components/schemas/PLMNContext" - $ref: "#/components/schemas/NRFqBandContext" - $ref: "#/components/schemas/RATContext" - - $ref: "#/components/schemas/TargetedScopeContext" + - $ref: "#/components/schemas/UEGroupContext" - $ref: "#/components/schemas/ObjectContext" ServiceSupportExpectationObject: description: >- @@ -526,15 +526,15 @@ components: - UTRAN - EUTRAN - NR - TargetedScopeContext: + UEGroupContext: description: >- - This data type is the "ObjectContext" data type with specialisations for TargetdScope([5QI, SNSSAI]) + This data type is the "ObjectContext" data type with specialisations for UEGroup([5QI, SNSSAI]) type: object properties: contextAttribute: type: string enum: - - TargetedScope + - UEGroup contextCondition: type: string enum: @@ -542,8 +542,8 @@ components: contextValueRange: type: array items: - $ref: "#/components/schemas/TargetedScope" - TargetedScope: + $ref: "#/components/schemas/UEGroup" + UEGroup: type: object properties: fiveQI: -- GitLab From 5daf7d9523275278d91d37c7cab0e6f6561fbf18 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 4 Sep 2023 07:02:43 +0000 Subject: [PATCH 6/6] Update file TS28312_IntentExpectations.yaml --- 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 2e8b8f02b..015864a6f 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -127,7 +127,7 @@ components: items: type: object oneOf: - - $ref: '#/components/schemas/EdgeIdentificationIdContext' + - $ref: '#/components/schemas/EdgeIdenfiticationIdContext' - $ref: '#/components/schemas/EdgeIdentificationLocContext' - $ref: '#/components/schemas/CoverageAreaTAContext' - $ref: 'TS28312_IntentNrm.yaml#/components/schemas/ObjectContext' -- GitLab