X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fhandlers%2Frmrmsghandlers%2Fe2_setup_request_notification_handler.go;h=a6888d9514b2241c1207f212fc9a19d153426c21;hb=dbc719cd2dfa73363386114c9e85c8c42a441489;hp=259dcc3c0181481d19428c94579adbb37228a001;hpb=69f1211bf4b73c8b61ccaf10b75de53a2a6dbc65;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go b/E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go index 259dcc3..a6888d9 100644 --- a/E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go +++ b/E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go @@ -216,6 +216,8 @@ func (h *E2SetupRequestNotificationHandler) handleExistingRan(ranName string, no return false, errors.New("nodeB entity in incorrect state") } + nodebInfo.SetupFromNetwork = true + if nodebInfo.NodeType == entities.Node_ENB { return false, nil }