Home
last modified time | relevance | path

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

/loramac-node-3.7.0/
DCHANGELOG.md49 - Fixed class B multicast handling in `LoRaMacClassBProcessMulticastSlot()`
93 - Added Class B remote multicast setup support
330 - Added the possibility to setup multicast channels locally
339 - Added a filter to handle multicast downlinks exceptions
405 - "Remote multicast setup" package
425 - Changed multicast channels handling according to the application layer protocols
/loramac-node-3.7.0/src/apps/LoRaMac/fuota-test-01/
Dreadme.md3 ## Test 1 - Basic multicast + fragmentation setup followed by file broadcast
20 5. Server creates a multicast group with its associated key material
/loramac-node-3.7.0/src/mac/
DLoRaMac.c885 uint8_t multicast = 0; in ProcessRadioRxDone() local
1169 multicast = 0; in ProcessRadioRxDone()
1176 multicast = 1; in ProcessRadioRxDone()
1189 if( ( multicast == 1 ) && ( ( fType != FRAME_TYPE_D ) || in ProcessRadioRxDone()
1235 MacCtx.McpsIndication.Multicast = multicast; in ProcessRadioRxDone()
1253 if( multicast == 1 ) in ProcessRadioRxDone()