RIC-194 Setup from RAN: On Routing Manager Failure, return Setup Failure
[ric-plt/e2mgr.git] / E2Manager / handlers / rmrmsghandlers / enb_load_information_notification_handler_test.go
index 8c5627a..a83c0f3 100644 (file)
@@ -43,7 +43,7 @@ func createNotificationRequest(ranName string, transactionId []byte, packedPdu s
                return nil, err
        }
 
-       return models.NewNotificationRequest(ranName, packedByteSlice, time.Now(), transactionId), nil
+       return models.NewNotificationRequest(ranName, packedByteSlice, time.Now(), transactionId, nil), nil
 }
 
 func createNotificationRequestAndHandle(ranName string, transactionId []byte, loadInformationHandler EnbLoadInformationNotificationHandler, pdu string) error {