You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion: add INBETWEEN_PARITY_FRAGMENTS to the RequestFragmentationSessionStatus enum.
If this mode is selected, the fuota server could behave like this:
The FUOTA server splits the parity fragments into N groups. After each group of parity fragments sent to the multicast group, the fuota server issues one or more (successive) multicast FragSessionStatusReq with participants bit NOT set. The FUOTA server continues sending groups of parity fragments, until either:
configured parity fragments to send is exhausted
no more FragSessionStatusAns are received from end-devices (indicating end-devices all successfully reconstructed the data block)
multicast class-c session expires
The text was updated successfully, but these errors were encountered:
Suggestion: add INBETWEEN_PARITY_FRAGMENTS to the
RequestFragmentationSessionStatus
enum.If this mode is selected, the fuota server could behave like this:
The FUOTA server splits the parity fragments into N groups. After each group of parity fragments sent to the multicast group, the fuota server issues one or more (successive) multicast
FragSessionStatusReq
with participants bit NOT set. The FUOTA server continues sending groups of parity fragments, until either:FragSessionStatusAns
are received from end-devices (indicating end-devices all successfully reconstructed the data block)The text was updated successfully, but these errors were encountered: