Support for RIC_HEALTH_CHECK messages 77/3977/1 0.6.1
authorwahidw <abdulwahid.w@nokia.com>
Wed, 3 Jun 2020 17:03:59 +0000 (17:03 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Wed, 3 Jun 2020 17:04:09 +0000 (17:04 +0000)
Change-Id: I9e4d107cfcefc045c41ac2dc19a7768483d7b2ea
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
RELNOTES
container-tag.yaml
go.mod

index 4d7790f..f6465d3 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,6 @@
+### v0.6.1
+* Updating xapp_fwk to v0.4.15, that contains RIC_HEALTH_CHECK message types
+
 ### v0.6.0
 * Updating RMR version to 4.0.5 
 
index 9605e65..944d34a 100644 (file)
@@ -2,4 +2,4 @@
 # By default this file is in the docker build directory,
 # but the location can configured in the JJB template.
 ---
-tag: 0.6.0
+tag: 0.6.1
diff --git a/go.mod b/go.mod
index 7bdc85b..e46abc7 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module routing-manager
 go 1.12.1
 
 require (
-       gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.14
+       gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.15
        github.com/ghodss/yaml v1.0.0
        github.com/go-openapi/errors v0.19.3
        github.com/go-openapi/loads v0.19.4
@@ -18,6 +18,6 @@ require (
 
 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2
 
-replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.14
+replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.15
 
 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1