adding the listener to the device service
Change-Id: I2ef4e222e8ac393e7880133c875097a507f47c7b
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
-
Please register or login to post a comment