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.c331 FragSessionData_t fragSessionData; in LmhpFragmentationOnMcpsIndication() local
334fragSessionData.FragGroupData.FragSession.Value = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
336fragSessionData.FragGroupData.FragNb = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x00FF; in LmhpFragmentationOnMcpsIndication()
337fragSessionData.FragGroupData.FragNb |= ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0xFF00; in LmhpFragmentationOnMcpsIndication()
339 fragSessionData.FragGroupData.FragSize = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
341 fragSessionData.FragGroupData.Control.Value = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
343 fragSessionData.FragGroupData.Padding = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
345fragSessionData.FragGroupData.Descriptor = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x00000… in LmhpFragmentationOnMcpsIndication()
346fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x0000F… in LmhpFragmentationOnMcpsIndication()
347fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 16 ) & 0x00FF0… in LmhpFragmentationOnMcpsIndication()
[all …]