Upgrade E2Mgr spec to version 2019-08-15 28/728/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 15 Aug 2019 17:49:26 +0000 (13:49 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 15 Aug 2019 17:49:26 +0000 (13:49 -0400)
No functional changes in the Dashboard code.

Change-Id: Iab4ee773456f750603b55e04655136dfb1c18e38
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
docs/release-notes.rst
e2-mgr-client/pom.xml
e2-mgr-client/src/main/resources/E2M_API_2019-08-15.yaml [moved from e2-mgr-client/src/main/resources/E2M_API_2019-08-13.yaml with 99% similarity]
webapp-backend/pom.xml

index ce75fac..67b2d4d 100644 (file)
@@ -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
 
index 5d56fc3..ae8a891 100644 (file)
@@ -31,7 +31,7 @@ limitations under the License.
        <groupId>org.o-ran-sc.ric.plt.e2mgr.client</groupId>
        <artifactId>e2-mgr-client</artifactId>
        <name>RIC E2 Manager client</name>
-       <version>20190813-SNAPSHOT</version>
+       <version>20190815-SNAPSHOT</version>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -102,7 +102,7 @@ limitations under the License.
                                                        <goal>generate</goal>
                                                </goals>
                                                <configuration>
-                                                       <inputSpec>${project.basedir}/src/main/resources/E2M_API_2019-08-13.yaml</inputSpec>
+                                                       <inputSpec>${project.basedir}/src/main/resources/E2M_API_2019-08-15.yaml</inputSpec>
                                                        <language>java</language>
                                                        <packageName>${client.base.package.name}</packageName>
                                                        <modelPackage>${client.base.package.name}.model</modelPackage>
@@ -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
index e5ea972..11f875a 100644 (file)
@@ -62,7 +62,7 @@ limitations under the License.
                <dependency>
                        <groupId>org.o-ran-sc.ric.plt.e2mgr.client</groupId>
                        <artifactId>e2-mgr-client</artifactId>
-                       <version>20190813-SNAPSHOT</version>
+                       <version>20190815-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.onap.portal.sdk</groupId>