From 244c8549246cdee4519d5f13a9985b0f31497994 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 15 Dec 2025 06:47:20 +0000 Subject: [PATCH 1/3] Replace TS28111_FaultNrm.yaml --- OpenAPI/TS28111_FaultNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28111_FaultNrm.yaml b/OpenAPI/TS28111_FaultNrm.yaml index 80cd78fff..94f117189 100644 --- a/OpenAPI/TS28111_FaultNrm.yaml +++ b/OpenAPI/TS28111_FaultNrm.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Fault Management NRM - version: 18.6.0 + version: 18.7.0 description: >- OAS 3.0.1 definition of the Fault Supervision MnS © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). @@ -228,7 +228,7 @@ components: - EXTERNAL_TRANSMISSION_DEVICE_FAILURE - REDUCED_ALARM_REPORTING - REDUCED_EVENT_REPORTING - - RECUCED_LOGGING_CAPABILITY + - REDUCED_LOGGING_CAPABILITY - SYSTEM_RESOURCES_OVERLOAD - BROADCAST_CHANNEL_FAILURE - CONNECTION_ESTABLISHMENT_ERROR -- GitLab From 47565b13c650f43c11870ebb5e2919d8dcf5c943 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 15 Dec 2025 06:47:46 +0000 Subject: [PATCH 2/3] Replace TS28532_ProvMnS.yaml --- OpenAPI/TS28532_ProvMnS.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index ce913eb9a..8c64a1a65 100755 --- a/OpenAPI/TS28532_ProvMnS.yaml +++ b/OpenAPI/TS28532_ProvMnS.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Provisioning MnS - version: 18.5.0 + version: 18.6.0 description: >- OAS 3.0.1 definition of the Provisioning MnS © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). @@ -349,9 +349,15 @@ paths: responses: '200': description: >- + The response code is deprecated. Use 204 instead. Success case ("200 OK"). This status code is returned, when the resource has been successfully deleted. The response body is empty. + '204': + description: >- + Success case ("204 No Content"). + This status code is returned, when the resource has been successfully deleted. + The response body is empty. default: description: Error case. content: -- GitLab From 2521c5491463a6a7eefc3642e97219975e700597 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 15 Dec 2025 06:48:04 +0000 Subject: [PATCH 3/3] Replace TS28623_ComDefs.yaml --- OpenAPI/TS28623_ComDefs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index 6a51002c7..fefc92814 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Common Type Definitions - version: 18.10.0 + version: 18.11.0 description: >- OAS 3.0.1 specification of common type definitions in the Generic NRM © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). @@ -404,7 +404,7 @@ components: type: string title: type: string - badOP: + badOp: type: string otherProblems: type: array -- GitLab