[RIC-571] Add Automation tests + bug fix in Setup of existing eNB flow
[ric-plt/e2mgr.git] / E2Manager / handlers / rmrmsghandlers / e2_setup_request_notification_handler.go
index 259dcc3..a6888d9 100644 (file)
@@ -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
        }