alshabib

adding the listener to the device service

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