Adding reconcile_device() API to newly added adtran OLT
Change-Id: Ibc5175b501a2a8ca598e470416471da74a9aeb85
diff --git a/voltha/adapters/adtran_olt/adtran_olt.py b/voltha/adapters/adtran_olt/adtran_olt.py
index dc18e11..2567aa1 100644
--- a/voltha/adapters/adtran_olt/adtran_olt.py
+++ b/voltha/adapters/adtran_olt/adtran_olt.py
@@ -140,6 +140,17 @@
reactor.callLater(0, self.devices_handlers[device.id].activate, device)
return device
+
+ def reconcile_device(self, device):
+ """
+ TODO: Is invoked whenever a Voltha instance is started using data
+ from a failed instance.
+ :param device:
+ :return:
+ """
+ raise NotImplementedError()
+
+
def abandon_device(self, device):
"""
Make sure the adapter no longer looks after device. This is called