Upgrade used ricxappframe to version 2.0.0 20/6320/1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Tue, 15 Jun 2021 05:22:32 +0000 (08:22 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Tue, 15 Jun 2021 05:34:51 +0000 (08:34 +0300)
Update XAPP-FRAME-PY version to 2.0.0 what utilizes latest SDL version 3.0.0
and includes implementation for the Xapp registration/deregistration to RIC.
Issue-ID: RIC-699
Issue-ID: RIC-795
Issue-ID: RIC-706

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I0facd770e1208739dd57f903407b0f2f125d2a77

integration_tests/testxappcode/go.mod
setup.py

index 7f44bd1..7e202d4 100644 (file)
@@ -10,6 +10,6 @@ require (
 
 replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.8
 
-replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0
+replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.0
 
 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1
index 5c44b0c..7b0684a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,6 @@ setup(
     url="https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/a1",
     entry_points={"console_scripts": ["run-a1=a1.run:main"]},
     # we require jsonschema, should be in that list, but connexion already requires a specific version of it
-    install_requires=["requests", "Flask", "connexion[swagger-ui]", "gevent", "prometheus-client", "mdclogpy", "ricxappframe>=1.0.0,<2.0.0"],
+    install_requires=["requests", "Flask", "connexion[swagger-ui]", "gevent", "prometheus-client", "mdclogpy", "ricxappframe>=2.0.0,<3.0.0"],
     package_data={"a1": ["openapi.yaml"]},
 )