Home
last modified time | relevance | path

Searched refs:FragDecoderProcessStatus (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpFragmentation.c159 int32_t FragDecoderProcessStatus; member
388 fragSessionData.FragDecoderProcessStatus = FRAG_SESSION_ONGOING; in LmhpFragmentationOnMcpsIndication()
458 if( FragSessionData[fragIndex].FragDecoderProcessStatus == FRAG_SESSION_ONGOING ) in LmhpFragmentationOnMcpsIndication()
460 …FragSessionData[fragIndex].FragDecoderProcessStatus = FragDecoderProcess( fragCounter, &mcpsIndica… in LmhpFragmentationOnMcpsIndication()
470 if( FragSessionData[fragIndex].FragDecoderProcessStatus >= 0 ) in LmhpFragmentationOnMcpsIndication()
473 FragSessionData[fragIndex].FragDecoderProcessStatus = FRAG_SESSION_NOT_STARTED; in LmhpFragmentationOnMcpsIndication()
477 … LmhpFragmentationParams->OnDone( FragSessionData[fragIndex].FragDecoderProcessStatus, in LmhpFragmentationOnMcpsIndication()
480 … LmhpFragmentationParams->OnDone( FragSessionData[fragIndex].FragDecoderProcessStatus, in LmhpFragmentationOnMcpsIndication()