From ec24e8c2ef603e3865363b910922a778d58e0531 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Mon, 3 Nov 2025 20:52:54 +0100 Subject: [PATCH 1/4] Edit TS28623_ComDefs.yaml badOP --- OpenAPI/TS28623_ComDefs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index 6a51002c7..4c32da913 100755 --- a/OpenAPI/TS28623_ComDefs.yaml +++ b/OpenAPI/TS28623_ComDefs.yaml @@ -404,7 +404,7 @@ components: type: string title: type: string - badOP: + badOp: type: string otherProblems: type: array -- GitLab From 2c9b7a1ea9e8919a9a7948ab8f4b6a3c97223498 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Tue, 4 Nov 2025 03:59:43 +0100 Subject: [PATCH 2/4] Edit TS28532_ProvMnS.yaml add response code 204 for delete --- OpenAPI/TS28532_ProvMnS.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index ce913eb9a..4abccb7b1 100755 --- a/OpenAPI/TS28532_ProvMnS.yaml +++ b/OpenAPI/TS28532_ProvMnS.yaml @@ -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 3cbd28b02ac00274823f34166d8f3249319ce0d4 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Thu, 6 Nov 2025 16:26:50 +0100 Subject: [PATCH 3/4] Edit TS28111_FaultNrm.yaml correct PC code --- OpenAPI/TS28111_FaultNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28111_FaultNrm.yaml b/OpenAPI/TS28111_FaultNrm.yaml index 80cd78fff..7d7f2d49d 100644 --- a/OpenAPI/TS28111_FaultNrm.yaml +++ b/OpenAPI/TS28111_FaultNrm.yaml @@ -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 91aa7581651a174d911da2c459f27a86947daeae Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 26 Nov 2025 01:02:40 +0000 Subject: [PATCH 4/4] Code Moderator update the version number --- OpenAPI/TS28111_FaultNrm.yaml | 2 +- OpenAPI/TS28532_ProvMnS.yaml | 2 +- OpenAPI/TS28623_ComDefs.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28111_FaultNrm.yaml b/OpenAPI/TS28111_FaultNrm.yaml index 7d7f2d49d..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). diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index 4abccb7b1..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). diff --git a/OpenAPI/TS28623_ComDefs.yaml b/OpenAPI/TS28623_ComDefs.yaml index 4c32da913..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). -- GitLab