Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DFragDecoder.h44 #define FRAG_MAX_NB \ macro
47 #define FRAG_MAX_NB 21
68 (FRAG_MAX_NB * CONFIG_LORAWAN_FRAG_TRANSPORT_MAX_REDUNDANCY / 100)
DFragDecoder.c64 uint16_t FragNbMissingIndex[FRAG_MAX_NB];
261 for( uint16_t i = 0; i < FRAG_MAX_NB; i++ ) in FragDecoderInit()
297 return FRAG_MAX_NB * FRAG_MAX_SIZE; in FragDecoderGetMaxFileSize()
307 uint8_t matrixRow[(FRAG_MAX_NB >> 3 ) + 1]; in FragDecoderProcess()
312 memset1( matrixRow, 0, ( FRAG_MAX_NB >> 3 ) + 1 ); in FragDecoderProcess()
DLmhpFragmentation.c356 if( ( fragSessionData.FragGroupData.FragNb > FRAG_MAX_NB ) || in LmhpFragmentationOnMcpsIndication()
363 if( ( fragSessionData.FragGroupData.FragNb > FRAG_MAX_NB ) || in LmhpFragmentationOnMcpsIndication()