Upgrade to latest framework and RMR 35/4235/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 25 Jun 2020 16:01:45 +0000 (12:01 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 25 Jun 2020 16:01:45 +0000 (12:01 -0400)
Pick up change to alarm message-type constant.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I21dbca8d69a33634d9b547d4b7feed2845106d66

rmr-version.yaml
setup.py

index d7b94dd..45ddaa2 100644 (file)
@@ -1,3 +1,3 @@
 # CI script installs RMR from PackageCloud using this version
 ---
-version: 4.0.5
+version: 4.1.2
index c2a4b30..13b6840 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(
     author="O-RAN-SC Community",
     description="QP Driver Xapp for traffic steering use case",
     url="https://gerrit.o-ran-sc.org/r/admin/repos/ric-app/qp-driver",
-    install_requires=["ricxappframe>=1.2.0,<2.0.0"],
+    install_requires=["ricxappframe>=1.2.1,<2.0.0"],
     entry_points={"console_scripts": ["start-qpd.py=qpdriver.main:start"]},  # adds a magical entrypoint for Docker
     license="Apache 2.0",
     data_files=[("", ["LICENSE.txt"])],