alshabib

adding the listener to the device service

Change-Id: I2ef4e222e8ac393e7880133c875097a507f47c7b
...@@ -150,6 +150,8 @@ public class Olt ...@@ -150,6 +150,8 @@ public class Olt
150 .filter(p -> p.isEnabled()) 150 .filter(p -> p.isEnabled())
151 .forEach(p -> installFilteringObjectives((DeviceId) p.element().id(), p)); 151 .forEach(p -> installFilteringObjectives((DeviceId) p.element().id(), p));
152 152
153 + deviceService.addListener(deviceListener);
154 +
153 log.info("Started with Application ID {}", appId.id()); 155 log.info("Started with Application ID {}", appId.id());
154 } 156 }
155 157
......