From: deepanshuk Date: Thu, 8 Jul 2021 14:38:01 +0000 (+0530) Subject: [RICAPP 144] Updating Docs and version X-Git-Tag: 0.0.4~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app%2Fqp.git;a=commitdiff_plain;h=8c23cd338c91ab2905487cdf74c309808b166f49 [RICAPP 144] Updating Docs and version Signed-off-by: deepanshuk Change-Id: I096099b7ff6ed9624c3d4eb6cb48fe60176ebab6 --- diff --git a/container-tag.yaml b/container-tag.yaml index 90c44f3..48c5b97 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,4 +1,4 @@ # The Jenkins job uses this string for the tag in the image name # for example nexus3.o-ran-sc.org:10004/my-image-name:my-tag --- -tag: 0.0.3 +tag: 0.0.1 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 79fb288..196f5b1 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,10 +10,14 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. -[0.0.3] - 2020-12-08 +[0.0.4] - 2021-07-07 -------------------- * Removed QP Driver functionaity for QP, Incoming request from TS and Add actual protoype ML prediction code (`RICAPP-46 `_) +[0.0.3] - 2020-12-08 +-------------------- +* Process incoming message from QP Driver and generate a dynamic mock Prediction message with one cell having better xput + [0.0.2] - 2020-06-02 -------------------- * Change RMR listen port to 4560 (`RICAPP-111 `_) diff --git a/qp/cell.json.7z b/qp/cell.json.7z deleted file mode 100644 index bc98903..0000000 Binary files a/qp/cell.json.7z and /dev/null differ diff --git a/qp/cell.json.gz b/qp/cell.json.gz new file mode 100644 index 0000000..bfe5736 Binary files /dev/null and b/qp/cell.json.gz differ diff --git a/setup.py b/setup.py index 9160a86..ad40696 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ from setuptools import setup, find_packages setup( name="qp", - version="0.0.3", + version="0.0.4", packages=find_packages(exclude=["tests.*", "tests"]), description="Quality-of-Service Predictor Xapp for Traffic Steering", url="https://gerrit.o-ran-sc.org/r/admin/repos/ric-app/qp", diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 10c2d6a..65685c4 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -1,13 +1,13 @@ { "xapp_name": "qp", - "version": "0.0.3", + "version": "0.0.4", "containers": [ { "name": "qp", "image": { "registry": "nexus3.o-ran-sc.org:10002", "name": "o-ran-sc/ric-app-qp", - "tag": "0.0.3" + "tag": "0.0.1" } } ],