From 6b29b1b137fbcb1632e43fc21f4a943c382697fa Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Thu, 15 Aug 2019 13:49:26 -0400 Subject: [PATCH] Upgrade E2Mgr spec to version 2019-08-15 No functional changes in the Dashboard code. Change-Id: Iab4ee773456f750603b55e04655136dfb1c18e38 Signed-off-by: Lott, Christopher (cl778h) --- docs/release-notes.rst | 2 +- e2-mgr-client/pom.xml | 4 ++-- .../resources/{E2M_API_2019-08-13.yaml => E2M_API_2019-08-15.yaml} | 5 +++-- webapp-backend/pom.xml | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) rename e2-mgr-client/src/main/resources/{E2M_API_2019-08-13.yaml => E2M_API_2019-08-15.yaml} (99%) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index ce75facb..67b2d4d6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -34,7 +34,7 @@ Version 1.2.0, 15 Aug 2019 * Move mock configuration classes into test area * Update A1 mediator client to spec version 0.10.0 * Update App manager client to spec version 0.1.7 -* Update E2 manager client to spec version 20190813 +* Update E2 manager client to spec version 20190815 * Add controller for page refresh of Angular routes * Extend E2 mock configuration for demo purposes diff --git a/e2-mgr-client/pom.xml b/e2-mgr-client/pom.xml index 5d56fc32..ae8a891c 100644 --- a/e2-mgr-client/pom.xml +++ b/e2-mgr-client/pom.xml @@ -31,7 +31,7 @@ limitations under the License. org.o-ran-sc.ric.plt.e2mgr.client e2-mgr-client RIC E2 Manager client - 20190813-SNAPSHOT + 20190815-SNAPSHOT UTF-8 UTF-8 @@ -102,7 +102,7 @@ limitations under the License. generate - ${project.basedir}/src/main/resources/E2M_API_2019-08-13.yaml + ${project.basedir}/src/main/resources/E2M_API_2019-08-15.yaml java ${client.base.package.name} ${client.base.package.name}.model diff --git a/e2-mgr-client/src/main/resources/E2M_API_2019-08-13.yaml b/e2-mgr-client/src/main/resources/E2M_API_2019-08-15.yaml similarity index 99% rename from e2-mgr-client/src/main/resources/E2M_API_2019-08-13.yaml rename to e2-mgr-client/src/main/resources/E2M_API_2019-08-15.yaml index ead97ebe..f5e53717 100644 --- a/e2-mgr-client/src/main/resources/E2M_API_2019-08-13.yaml +++ b/e2-mgr-client/src/main/resources/E2M_API_2019-08-15.yaml @@ -154,7 +154,7 @@ paths: application/problem+json: schema: $ref: '#/components/schemas/ErrorResponse' - /nodeb/{ranName}/reset: + /nodeb-reset/{ranName}: put: tags: - nodeb @@ -240,6 +240,7 @@ protocol:semantic-error, protocol:unspecified, protocol:abstract-syntax-error-falsely-constructed-message, transport:transport-resource-unavailable, +transport:unspecified, radioNetwork:handover-desirable-for-radio-reasons, radioNetwork:time-critical-handover, radioNetwork:resource-optimisation-handover, @@ -913,7 +914,7 @@ radioNetwork:pDCP-Overload] properties: errorCode: type: string - description: '401 - corrupted json, 402 - validation error, 403 - RAN in wrong state, 500 - RNIB error, 501 - internal problem, 502 - RMR error' + description: '401 - corrupted json, 402 - validation error, 403 - RAN in wrong state, 404 - resource not found, 500 - RNIB error, 501 - internal problem, 502 - RMR error' errorMessage: type: string description: Human readable text diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index e5ea9729..11f875a8 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -62,7 +62,7 @@ limitations under the License. org.o-ran-sc.ric.plt.e2mgr.client e2-mgr-client - 20190813-SNAPSHOT + 20190815-SNAPSHOT org.onap.portal.sdk -- 2.16.6