From 415a7b22757d283c3ce7fb523d769ac357bed786 Mon Sep 17 00:00:00 2001 From: wahidw Date: Wed, 3 Jun 2020 17:03:59 +0000 Subject: [PATCH] Support for RIC_HEALTH_CHECK messages Change-Id: I9e4d107cfcefc045c41ac2dc19a7768483d7b2ea Signed-off-by: wahidw --- RELNOTES | 3 +++ container-tag.yaml | 2 +- go.mod | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) 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 @@ 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 -- 2.16.6