From 91357534210965f7e56ab1bd454b4efa92f69dc0 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 13 Jan 2025 06:12:02 +0000 Subject: [PATCH] Update 2 files - /OpenAPI/TS28312_IntentExpectations.yaml - /OpenAPI/TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentExpectations.yaml | 14 ++++++++++++++ OpenAPI/TS28312_IntentNrm.yaml | 7 ++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentExpectations.yaml b/OpenAPI/TS28312_IntentExpectations.yaml index b0021fc5c..a987a4538 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -355,6 +355,13 @@ components: - IS_GREATER_THAN targetValueRange: type: integer + targetContexts: + type: array + items: + type: object + oneOf: + - $ref: '#/components/schemas/UlFrequencyContext' + - $ref: '#/components/schemas/RATContext' AveDLRANUEThptTarget: description: >- This data type is the "ExpectationTarget" data type with specialisations for AveDLRANUEThptTarget.It describes the average @@ -372,6 +379,13 @@ components: - IS_GREATER_THAN targetValueRange: type: integer + targetContexts: + type: array + items: + type: object + oneOf: + - $ref: '#/components/schemas/DlFrequencyContext' + - $ref: '#/components/schemas/RATContext' LowULRANUEThptRatioTarget: description: >- This data type is the "ExpectationTarget" data type with specialisations for LowULRANUEThptRatioTarget.It describes the low diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index bc8d92cca..a400e02ad 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -384,7 +384,12 @@ components: description: >- It describes the value that has been achieved for the expectation target at the time at which the report is generated. - readOnly: true + readOnly: true + targetContexts: + type: array + uniqueItems: true + items: + $ref: '#/components/schemas/Context' #-------Definition of the concrete TargetFulfilmentResult dataType----------------# #-------Definition of the generic IntentConflictReport dataType----------------# -- GitLab