-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.1
-
Component/s: Deprecated - VOLTHA Adapter
-
Labels:None
-
Story Points:3
-
Sprint:VOLTHA 2.1 Sprint 2
Version: 2.0.0
Issues: When run "reboot device" in Voltha CLI, ONU device is not rebooted and there is no OMCI reboot message sent out.
Analysis: In Voltha 2.0, reboot ONU operation is only permit for disabled ONUs. But disable processing will stop OnuDevice state machine and task, then reboot processing cannot be done.
Please refer:
rw_core:
rebootDevice
openomci_adapter:
stop_anyway in BrcmOpenomciOnuHandler.disable
OnuDeviceEntry.stop
BrcmOpenomciOnuHandler.reboot
OnuDeviceEntry.reboot