Change alarm msg type to 110 to match RMR constant
Issue-ID: RIC-514
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I3df9dbfaf9dc5ac1a1bb5180c1eb71b986e2b4cc
diff --git a/setup.py b/setup.py
index 2f598d6..0ae8d23 100644
--- a/setup.py
+++ b/setup.py
@@ -32,9 +32,9 @@
setup(
name="ricxappframe",
- version="1.2.0",
+ version="1.2.1",
packages=find_packages(exclude=["tests.*", "tests"]),
- author="Tommy Carpenter, E. Scott Daniels",
+ author="O-RAN Software Community",
description="Xapp and RMR framework for python",
url="https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/xapp-frame-py",
install_requires=["msgpack", "mdclogpy", "ricsdl>=2.0.3,<3.0.0"],