X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=E2Manager%2Fhandlers%2Frmrmsghandlers%2Fsetup_response_notification_handler.go;fp=E2Manager%2Fhandlers%2Frmrmsghandlers%2Fsetup_response_notification_handler.go;h=1a7bb45c30b2d342f0090dfb2f3d836489fb350b;hb=dc8932a553fabccf33b5cbb4e37084362493dbcf;hp=695a09f815b581243f3d102627a1cda2bce870d6;hpb=16b10a5fcf938a92471f1c7f24ad12084be8bb53;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.go b/E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.go index 695a09f..1a7bb45 100644 --- a/E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.go +++ b/E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.go @@ -80,7 +80,7 @@ func (h SetupResponseNotificationHandler) Handle(request *models.NotificationReq return } - rnibErr = h.rnibDataService.SaveNodeb(nbIdentity, nodebInfo) + rnibErr = h.rnibDataService.SaveNodeb(nodebInfo) if rnibErr != nil { h.logger.Errorf("#SetupResponseNotificationHandler - RAN name: %s - Error saving RAN to rNib: %v", request.RanName, rnibErr)