From f5434b4eec3aa0a75d279c14bec92bf39a15ebf0 Mon Sep 17 00:00:00 2001 From: katsalisk Date: Thu, 30 Apr 2026 09:52:02 +0000 Subject: [PATCH 1/2] Addition according to S5-261962 CR0033 --- OpenAPI/TS28561_NdtNrm.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index 93419f7e..c7cca6a4 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -117,7 +117,8 @@ components: - NETWORK_CONFIGURATIONS_VERIFICATION - AUTOMATION_CONFIGURATION_VERIFICATION - ML_TRAINING_DATA_GENERATION - - USER_EXPERIENCE_DATA_GENERATION + - USER_EXPERIENCE_DATA_GENERATION + - NTN_PERFORMANCE_PREEVALUATION NDTFunctionScope: type: object properties: @@ -125,6 +126,8 @@ components: $ref: '#/components/schemas/ScopeDefinition' nDTCNScope: $ref: '#/components/schemas/ScopeDefinition' + nDTNTNScope: + $ref: '#/components/schemas/ScopeDefinition' NDTInputDescription: type: object properties: -- GitLab From 3c97fb9e86b19bf974f7153acbf6575392cb2f04 Mon Sep 17 00:00:00 2001 From: katsalisk Date: Tue, 19 May 2026 07:26:27 +0000 Subject: [PATCH 2/2] removed nDTNTNscope and renamed NTN_PERFORMANCE_PREEVALUATION to PERFORMANCE_PREEVALUATION --- OpenAPI/TS28561_NdtNrm.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index c7cca6a4..b8827f21 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -118,7 +118,7 @@ components: - AUTOMATION_CONFIGURATION_VERIFICATION - ML_TRAINING_DATA_GENERATION - USER_EXPERIENCE_DATA_GENERATION - - NTN_PERFORMANCE_PREEVALUATION + - PERFORMANCE_PREEVALUATION NDTFunctionScope: type: object properties: @@ -126,8 +126,6 @@ components: $ref: '#/components/schemas/ScopeDefinition' nDTCNScope: $ref: '#/components/schemas/ScopeDefinition' - nDTNTNScope: - $ref: '#/components/schemas/ScopeDefinition' NDTInputDescription: type: object properties: -- GitLab