-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.8, VOLTHA v2.9
-
Component/s: openonu-adapter
-
Labels:None
-
Story Points:3
The Reason field is supposed to contain the reason if there is an error for the download or activation of an image on an ONU (https://github.com/opencord/voltha-protos/blob/master/protos/voltha_protos/device.proto#L286)
But we see that in the response of the GetImageState the following values:
imageState:<version:\"090140.9.9.308.img\" download_state:DOWNLOAD_STARTED reason:DEVICE_BUSY image_state:IMAGE_DOWNLOADING >
We expect the reason in this case to be *NO_ERROR * in this case as there is no problem, the download has started and it's going on.