Support for RIC_HEALTH_CHECK messages
Change-Id: I9e4d107cfcefc045c41ac2dc19a7768483d7b2ea
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
diff --git a/RELNOTES b/RELNOTES
index 4d7790f..f6465d3 100644
--- 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
diff --git a/container-tag.yaml b/container-tag.yaml
index 9605e65..944d34a 100644
--- a/container-tag.yaml
+++ b/container-tag.yaml
@@ -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
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@
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 @@
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