From afe977079469371c4e459c40a080ed96b758bae3 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 2 Apr 2026 22:37:27 +0800 Subject: [PATCH 1/2] Rel-20 CR TS 28.312 Enhancement on the interactions between intent handling function and NDTFunction --- OpenAPI/TS28312_IntentNrm.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 8a87834c..87d5f501 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -671,6 +671,12 @@ components: type: array items: $ref: '#/components/schemas/InFeasibleExpectationInfo' + additionalPreEvaluationInfo: + description: >- + It describes the additional provide additional pre-evaluation information for feasibility + check process. The content and format is vendor specific. + type: string + readOnly: true required: - feasibilityCheckResult - infeasibilityReasons @@ -709,6 +715,12 @@ components: $ref: '#/components/schemas/ExpectationExplorationResult' uniqueItems: true minItems: 1 + additionalPreEvaluationInfo: + description: >- + It describes the additional provide additional pre-evaluation information for intent exploration + process. The content and format is vendor specific. + type: string + readOnly: true ExpectationExplorationResult: description: >- It represents the expectation exploration result for a specific intent expectation -- GitLab From d3bad7b9468d7b85f8057a37cc98a7be78ac24f1 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 2 Apr 2026 22:45:25 +0800 Subject: [PATCH 2/2] correct format --- OpenAPI/TS28312_IntentNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 87d5f501..859f6665 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -674,7 +674,7 @@ components: additionalPreEvaluationInfo: description: >- It describes the additional provide additional pre-evaluation information for feasibility - check process. The content and format is vendor specific. + check process. The content and format is vendor specific. type: string readOnly: true required: @@ -718,7 +718,7 @@ components: additionalPreEvaluationInfo: description: >- It describes the additional provide additional pre-evaluation information for intent exploration - process. The content and format is vendor specific. + process. The content and format is vendor specific. type: string readOnly: true ExpectationExplorationResult: -- GitLab