Implementation of T-API notification rpcs
[transportpce.git] / nbinotifications / src / main / java / org / opendaylight / transportpce / nbinotifications / impl / NbiNotificationsProvider.java
index 7940b1bde8b8ea0deb1201cd7949c2366ec09f15..863d689a3af8db038276ca6435902caf1f8b2c2d 100644 (file)
@@ -79,7 +79,7 @@ public class NbiNotificationsProvider {
     public void init() {
         LOG.info("NbiNotificationsProvider Session Initiated");
         NbiNotificationsImpl nbiImpl = new NbiNotificationsImpl(converterService, converterAlarmService,
-            subscriberServer, this.networkTransactionService, this.topicManager);
+            converterTapiService, subscriberServer, this.networkTransactionService, this.topicManager);
         rpcRegistration = rpcService.registerRpcImplementation(NbiNotificationsService.class, nbiImpl);
         rpcService.registerRpcImplementation(TapiNotificationService.class, nbiImpl);
         NbiNotificationsListenerImpl nbiNotificationsListener =