Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpFragmentation.c162 FragSessionData_t FragSessionData[FRAGMENTATION_MAX_SESSIONS]; variable
306 FragSessionData[fragIndex].FragDecoderStatus = FragDecoderGetStatus( ); in LmhpFragmentationOnMcpsIndication()
309 … ( ( participants == 0 ) && ( FragSessionData[fragIndex].FragDecoderStatus.FragNbLost > 0 ) ) ) in LmhpFragmentationOnMcpsIndication()
312 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
314 … ( ( FragSessionData[fragIndex].FragDecoderStatus.FragNbRx >> 8 ) & 0x3F ); in LmhpFragmentationOnMcpsIndication()
315 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
316 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
319 … blockAckDelay = FragSessionData[fragIndex].FragGroupData.Control.Fields.BlockAckDelay; in LmhpFragmentationOnMcpsIndication()
389FragSessionData[fragSessionData.FragGroupData.FragSession.Fields.FragIndex] = fragSessionData; in LmhpFragmentationOnMcpsIndication()
417 …if( ( id >= FRAGMENTATION_MAX_SESSIONS ) || ( FragSessionData[id].FragGroupData.IsActive == false … in LmhpFragmentationOnMcpsIndication()
[all …]