From e496666f846aa72dbfb1ff8870a08be8ab34a2c2 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Tue, 28 May 2019 09:24:27 -0400 Subject: [PATCH] Upgrade xapp manager API to version 0.1.4 Change-Id: I623be158ba0de031965ea2520c13ac34c1725d0b Signed-off-by: Lott, Christopher (cl778h) --- docs/release-notes.rst | 4 ++-- webapp-backend/pom.xml | 2 +- xapp-mgr-client/pom.xml | 4 ++-- ...v0_1_3.yaml => xapp_manager_rest_api_v0_1_4.yaml} | 20 ++++++++++++++++++-- 4 files changed, 23 insertions(+), 7 deletions(-) rename xapp-mgr-client/src/main/resources/{xapp_manager_rest_api_v0_1_3.yaml => xapp_manager_rest_api_v0_1_4.yaml} (94%) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index a15feb54..bf57b258 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.6 * 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 81e332d4..dabe03f8 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 : -- 2.16.6