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=0249b5fc410b6c6814906b185dfdf25b27621148;hp=8989af5b12851619b73d51ef38b8edb45dbfdd48;hpb=efcb4528362460aa2249d319c9752b63bb720fe2;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 8989af5..4d0c384 100644 --- a/E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go +++ b/E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go @@ -14,9 +14,13 @@ // See the License for the specific language governing permissions and // limitations under the License. // + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package rmrmsghandlers -import ( +/*import ( "e2mgr/converters" "e2mgr/e2pdus" "e2mgr/logger" @@ -29,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 { @@ -74,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)) -} +}*/