ouoam/mbed-lorawan-update-client

Handle fragment status

Opened this issue · 0 comments

ouoam commented

in handleFragmentationStatusReq

// @todo problem is that we don't have the info anymore after we reconstructed
if (!frag_sessions[fragIx].active || frag_sessions[fragIx].session == NULL) {
// @todo: this is wrong because I don't have the info...
return LW_UC_OK;
}