Upgrade RMR version to 4.0.2 & remove load information from supported messages
[ric-plt/e2mgr.git] / E2Manager / handlers / rmrmsghandlers / enb_load_information_notification_handler_test.go
index a83c0f3..743083b 100644 (file)
@@ -20,7 +20,7 @@
 
 package rmrmsghandlers
 
-import (
+/*import (
        "e2mgr/models"
        "fmt"
        "time"
@@ -55,7 +55,7 @@ func createNotificationRequestAndHandle(ranName string, transactionId []byte, lo
 
        loadInformationHandler.Handle(notificationRequest)
        return nil
-}
+}*/
 
 //func TestLoadInformationHandlerSuccess(t *testing.T) {
 //     log, err := logger.InitLogger(logger.InfoLevel)