1)Integrating the Edgecore interface configuration with xpon modules in voltha.
2)VOL-255 - Registration and activation of ONU in ASFvolt16 adapter.
3)Add debug print in device state machine when no operation for state change.
3)When ONU is added using XPON command, with admin state down, the admin state of the ONU is DISABLED. Changed the admin state to PREPROVISIONED.
4)Handling of indication as per BAL 2.4 changes.
Change-Id: I49186881a2e006e7075fecf1a1523c256a697069
diff --git a/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py b/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py
index 25b1b02..1aeaf7f 100644
--- a/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py
+++ b/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py
@@ -25,11 +25,12 @@
log = structlog.get_logger()
+
class Asfvolt16Adapter(OltAdapter):
def __init__(self, adapter_agent, config):
super(Asfvolt16Adapter, self).__init__(adapter_agent=adapter_agent,
config=config,
- device_handler_class = Asfvolt16Handler,
+ device_handler_class=Asfvolt16Handler,
name='asfvolt16_olt',
vendor='Edgecore',
version='0.1',