This commit configures the 'current time' and 'upgrade time' fields of the
'Upgrade End Response' explicit packet with the same value for an immediate
update after transferring the OTA file.
Starting from Zigbee 100A firmware versions (I guess next versions of DigiMesh
and 802.15.4 too), the OTA firmware update process supports scheduled updates.
This means the 'Upgrade End Response' explicit packet must set the
'upgrade time' to:
the same value as 'current time' (immediate update)
a bigger value than 'current time' (scheduled updates)
or 0xFFFFFFFF (update delayed until another 'Upgrade End Response' is
received by the client)
This commit configures the 'current time' and 'upgrade time' fields of the 'Upgrade End Response' explicit packet with the same value for an immediate update after transferring the OTA file.
Starting from Zigbee 100A firmware versions (I guess next versions of DigiMesh and 802.15.4 too), the OTA firmware update process supports scheduled updates. This means the 'Upgrade End Response' explicit packet must set the 'upgrade time' to:
https://jira.digi.com/browse/XBPL-350