X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fhandlers%2Frmrmsghandlers%2Fenb_load_information_notification_handler.go;h=4d0c384a66f3a34e817c39d74ce8ff9232379fd8;hb=refs%2Fchanges%2F65%2F11565%2F7;hp=3aa9b9de4bf19458f590336bc145b9df315f8fc5;hpb=e611aee31f24b6944597fa3725a23b762716f305;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go b/E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go index 3aa9b9d..4d0c384 100644 --- a/E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go +++ b/E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go @@ -20,7 +20,7 @@ package rmrmsghandlers -import ( +/*import ( "e2mgr/converters" "e2mgr/e2pdus" "e2mgr/logger" @@ -33,7 +33,7 @@ import ( type EnbLoadInformationNotificationHandler struct { logger *logger.Logger rnibDataService services.RNibDataService - extractor converters.IEnbLoadInformationExtractor + //extractor converters.IEnbLoadInformationExtractor } func NewEnbLoadInformationNotificationHandler(logger *logger.Logger, rnibDataService services.RNibDataService, extractor converters.IEnbLoadInformationExtractor) EnbLoadInformationNotificationHandler { @@ -78,4 +78,4 @@ func (h EnbLoadInformationNotificationHandler) Handle(request *models.Notificati } h.logger.Infof("#EnbLoadInformationNotificationHandler.Handle - RAN name: %s - Successfully saved RAN load information to RNIB. elapsed: %f ms", request.RanName, elapsed(request.StartTime)) -} +}*/