Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpFragmentation.c34 #define FRAGMENTATION_MAX_SESSIONS 4 macro
162 FragSessionData_t FragSessionData[FRAGMENTATION_MAX_SESSIONS];
371 … if( fragSessionData.FragGroupData.FragSession.Fields.FragIndex >= FRAGMENTATION_MAX_SESSIONS ) in LmhpFragmentationOnMcpsIndication()
417 …if( ( id >= FRAGMENTATION_MAX_SESSIONS ) || ( FragSessionData[id].FragGroupData.IsActive == false … in LmhpFragmentationOnMcpsIndication()