From daa5b5e9292c2269135bb924cc8c681f914420c3 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sun, 21 Jun 2026 02:38:54 +0000 Subject: [PATCH 1/2] Replace TS28561_NdtNrm.yaml --- OpenAPI/TS28561_NdtNrm.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index 605cb1a9..da00186a 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: NDT NRM - version: 19.2.0 + version: 19.3.0 description: >- OAS 3.0.1 definition of the NDT NRM © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). @@ -60,10 +60,6 @@ components: $ref: '#/components/schemas/NDTInputDescription' nDTJobExecutionRequirements: $ref: '#/components/schemas/NdtJobExecutionReqts' - collaboratingNDT: - description: >- - It indicates the related NDT Job contributing as a collaborator to the executed NDT Job. It describes the DN of the collaborated NDT Job - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo' nDTReportRefList: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo' nDTJobRefList: -- GitLab From 49615cd10595f4d79858fe24d4c03b6c16831b06 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sun, 21 Jun 2026 02:39:15 +0000 Subject: [PATCH 2/2] Replace TS28567_CclNrm.yaml --- OpenAPI/TS28567_CclNrm.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/OpenAPI/TS28567_CclNrm.yaml b/OpenAPI/TS28567_CclNrm.yaml index f8f6c70d..599e8b9e 100644 --- a/OpenAPI/TS28567_CclNrm.yaml +++ b/OpenAPI/TS28567_CclNrm.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: CCL NRM - version: 19.1.0 + version: 19.2.0 description: >- OAS 3.0.1 definition of the CCL NRM © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). @@ -79,13 +79,8 @@ components: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' - type: object properties: - scopeType: - type: string - enum: - - CCL_MEASUREMENT_SCOPE - - CCL_TARGET_SCOPE - - CCL_CONTROL_SCOPE - - CCL_IMPACT_SCOPE + faultManagementCCLReport: + $ref: '#/components/schemas/FaultManagementCCLReport' ConflictManagementAndCoordinationEntity-Single: description: This defines the conflict management functionality. allOf: -- GitLab