From 5381ca39715b9255d0b0a94c3f1d26c8456b4854 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Thu, 25 Jun 2020 12:01:45 -0400 Subject: [PATCH] Upgrade to latest framework and RMR Pick up change to alarm message-type constant. Signed-off-by: Lott, Christopher (cl778h) Change-Id: I21dbca8d69a33634d9b547d4b7feed2845106d66 --- rmr-version.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rmr-version.yaml b/rmr-version.yaml index d7b94dd..45ddaa2 100644 --- a/rmr-version.yaml +++ b/rmr-version.yaml @@ -1,3 +1,3 @@ # CI script installs RMR from PackageCloud using this version --- -version: 4.0.5 +version: 4.1.2 diff --git a/setup.py b/setup.py index c2a4b30..13b6840 100644 --- 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"])], -- 2.16.6