Skip to content

Fix download error on no reboot

Simon Tate requested to merge bt/icwmp:feature/download-error into devel

Download currently reports an error back to the ACS if the CPE is still up after 70s sleep.

This is unreliable, and breaks situations where reboot is deferred in downstream patches.

Removed the sleep(70) and defaulting to error if no reboot.

Merge request reports