From: rajalakshmisv Date: Wed, 22 Dec 2021 12:36:28 +0000 (+0000) Subject: doc folder change,channel read issue X-Git-Tag: 1.0.0~6 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=cd4998883c2b4f24cc2810a5c2de32712a38bb13;p=ric-app%2Frc.git doc folder change,channel read issue Signed-off-by: rajalakshmisv Change-Id: I86120e20f874abe9af1f205781f639bf93ca0ca4 Signed-off-by: rajalakshmisv --- diff --git a/container-tag.yaml b/container-tag.yaml index 5eed2c8..f91d5bb 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,3 +1,3 @@ # =====provide jenkings CI jos with a tag for containers/images==== -# ----- +# ------ # tag: 1.0.0 diff --git a/control/rcControl.go b/control/rcControl.go index 27bdc76..9c65f32 100644 --- a/control/rcControl.go +++ b/control/rcControl.go @@ -1,4 +1,4 @@ -package control +pnackage control import ( "errors" @@ -106,11 +106,6 @@ func StartHandleControlReqRoutine() { log.Printf("Starting Go Routine for Handling GRPC RIC Control msg ") xapp.Logger.Info("Starting Go Routine for Handling GRPC RIC Control msg ") for { - _, ok := <-gChan_RicControlReq_handle - if ok == false { - xapp.Logger.Error("Invalid grpc request received, dont process further") - break - } HandlegRPCRICControlMsgReq(<-gChan_RicControlReq_handle) } xapp.Logger.Debug("StartHandleControlReqRoutine Done") diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 3ff9d46..50bef98 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -15,3 +15,5 @@ and this project adheres to `Semantic Versioning `__. * Initial creation of RC xapp. * Initial image creation 1.0.0 + +* Channel issue fixed