X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fhandlers%2Frmrmsghandlers%2Fnotification_handler.go;h=db4174fc148de7479e1426f845a092848fc22a8d;hb=5660067626f34d1fac7753ea4eb5c5c99f93192e;hp=a44b9651e4bb15ac5e4472eb390d30326cb504f2;hpb=1ec13d4076e7c7abefac6176462c1fee31229213;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/handlers/rmrmsghandlers/notification_handler.go b/E2Manager/handlers/rmrmsghandlers/notification_handler.go index a44b965..db4174f 100644 --- a/E2Manager/handlers/rmrmsghandlers/notification_handler.go +++ b/E2Manager/handlers/rmrmsghandlers/notification_handler.go @@ -18,11 +18,9 @@ package rmrmsghandlers import ( - "e2mgr/logger" "e2mgr/models" - "e2mgr/sessions" ) type NotificationHandler interface { - Handle(*logger.Logger, sessions.E2Sessions, *models.NotificationRequest, chan<- *models.NotificationResponse) + Handle(*models.NotificationRequest) }