From: Manoop Talasila Date: Tue, 28 May 2019 14:45:47 +0000 (+0000) Subject: Merge "Upgrade ANR API to version 0.0.7" X-Git-Tag: R2~93 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5c87567c1743fb3f6957fe8fe0906310212cd1d6;hp=0d109ab39573a2d912bc1d963ab93f3006730721;p=portal%2Fric-dashboard.git Merge "Upgrade ANR API to version 0.0.7" --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5b453f42..e83e7556 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -20,14 +20,14 @@ RIC Dashboard Release Notes =========================== -Version 1.0.3, 22 May 2019 +Version 1.0.3, 28 May 2019 -------------------------- * Add AC xApp controller to backend * Add AC xApp interface to frontend * Add RAN type radio selector to connection setup * Update ANR xApp client to spec version 0.0.7 * Update E2 manager client to spec version 20190515 -* Update xApp manager client to spec version 0.1.3 +* Update xApp manager client to spec version 0.1.4 * Add get-version methods to all controllers * Add simple page footer with copyright and version * Add AC and ANR xApp services diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index a0425276..77d39218 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -52,7 +52,7 @@ limitations under the License. org.o-ran-sc.ric.xappmgr.client xapp-mgr-client - 0.1.3-SNAPSHOT + 0.1.4-SNAPSHOT org.springframework.boot diff --git a/xapp-mgr-client/pom.xml b/xapp-mgr-client/pom.xml index 95561bbe..1b37bf55 100644 --- a/xapp-mgr-client/pom.xml +++ b/xapp-mgr-client/pom.xml @@ -31,7 +31,7 @@ limitations under the License. org.o-ran-sc.ric.xappmgr.client xapp-mgr-client RIC xApp Manager client - 0.1.3-SNAPSHOT + 0.1.4-SNAPSHOT UTF-8 UTF-8 @@ -104,7 +104,7 @@ limitations under the License. generate - ${project.basedir}/src/main/resources/xapp_manager_rest_api_v0_1_3.yaml + ${project.basedir}/src/main/resources/xapp_manager_rest_api_v0_1_4.yaml java ${project.groupId} diff --git a/xapp-mgr-client/src/main/resources/xapp_manager_rest_api_v0_1_3.yaml b/xapp-mgr-client/src/main/resources/xapp_manager_rest_api_v0_1_4.yaml similarity index 94% rename from xapp-mgr-client/src/main/resources/xapp_manager_rest_api_v0_1_3.yaml rename to xapp-mgr-client/src/main/resources/xapp_manager_rest_api_v0_1_4.yaml index afa90f7d..7d316ce6 100644 --- a/xapp-mgr-client/src/main/resources/xapp_manager_rest_api_v0_1_3.yaml +++ b/xapp-mgr-client/src/main/resources/xapp_manager_rest_api_v0_1_4.yaml @@ -1,7 +1,24 @@ +# ========================LICENSE_START================================= +# O-RAN-SC +# %% +# Copyright (C) 2019 AT&T Intellectual Property and Nokia +# %% +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ========================LICENSE_END=================================== swagger: '2.0' info: description: This is a draft API for RIC appmgr - version: 0.1.3 + version: 0.1.4 title: RIC appmgr license: name: Apache 2.0 @@ -9,7 +26,6 @@ info: host: hostname basePath: /ric/v1 schemes: - - https - http paths: /health/alive :