[RICAPP 144] Updating Docs and version 87/6487/2
authordeepanshuk <deepanshu.k@hcl.com>
Thu, 8 Jul 2021 14:38:01 +0000 (20:08 +0530)
committerdeepanshuk <deepanshu.k@hcl.com>
Fri, 9 Jul 2021 10:16:25 +0000 (15:46 +0530)
Signed-off-by: deepanshuk <deepanshu.k@hcl.com>
Change-Id: I096099b7ff6ed9624c3d4eb6cb48fe60176ebab6

container-tag.yaml
docs/release-notes.rst
qp/cell.json.7z [deleted file]
qp/cell.json.gz [new file with mode: 0644]
setup.py
xapp-descriptor/config.json

index 90c44f3..48c5b97 100644 (file)
@@ -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
index 79fb288..196f5b1 100644 (file)
@@ -10,10 +10,14 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
 and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
-[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 <https://jira.o-ran-sc.org/browse/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 <https://jira.o-ran-sc.org/browse/RICAPP-111>`_)
diff --git a/qp/cell.json.7z b/qp/cell.json.7z
deleted file mode 100644 (file)
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 (file)
index 0000000..bfe5736
Binary files /dev/null and b/qp/cell.json.gz differ
index 9160a86..ad40696 100644 (file)
--- 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",
index 10c2d6a..65685c4 100644 (file)
@@ -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"
                 }
             }
         ],