X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=E2Manager%2Fhandlers%2Frmrmsghandlers%2Fran_lost_connection_handler.go;h=e6ba81e713d3c23cb98949a5e9a231954c41097d;hb=ffd085dd7f0654b84b163a7bfedd3fa89e7b8a71;hp=7933963857e80ce8e46a2a2a7fbd199f7dc3fa30;hpb=42996b7ed6a72725dd30ad07562619304fa56446;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler.go b/E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler.go index 7933963..e6ba81e 100644 --- a/E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler.go +++ b/E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler.go @@ -21,7 +21,6 @@ import ( "e2mgr/logger" "e2mgr/managers" "e2mgr/models" - "e2mgr/sessions" ) type RanLostConnectionHandler struct { @@ -33,7 +32,7 @@ func NewRanLostConnectionHandler(ranReconnectionManager managers.IRanReconnectio ranReconnectionManager: ranReconnectionManager, } } -func (handler RanLostConnectionHandler) Handle(logger *logger.Logger, e2Sessions sessions.E2Sessions, request *models.NotificationRequest, messageChannel chan<- *models.NotificationResponse) { +func (handler RanLostConnectionHandler) Handle(logger *logger.Logger, request *models.NotificationRequest, messageChannel chan<- *models.NotificationResponse) { ranName := request.RanName