From d967b7883521820c838dfe9c8ea0fdf4ccf7d372 Mon Sep 17 00:00:00 2001 From: gomesp Date: Fri, 3 Apr 2026 10:35:23 +0000 Subject: [PATCH 1/2] Edit TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index a7b7de5a..c9f9a7ba 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -297,12 +297,10 @@ components: type: string readOnly: true enum: - - ACKNOWLEDGED - - COMPLIANT + - RECEIVED - DEGRADED - SUSPENDED - TERMINATED - - FULFILMENTFAILED default: ACKNOWLEDGED description: It describes the current progress of or the reason for not achieving fulfilment for the intent, intentExpectation or expectationTarget. -- GitLab From 91138653e96567ac34940265282117d2e69da84c Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 15 Apr 2026 11:05:47 +0000 Subject: [PATCH 2/2] Edit TS28312_IntentNrm.yaml --- 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 c9f9a7ba..725adc01 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -301,7 +301,7 @@ components: - DEGRADED - SUSPENDED - TERMINATED - default: ACKNOWLEDGED + default: RECEIVED description: It describes the current progress of or the reason for not achieving fulfilment for the intent, intentExpectation or expectationTarget. An attribute which is used when FulfilmentInfo is implemented for IntentFulfilmentInfo -- GitLab