We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a10f35 commit 4447cb8Copy full SHA for 4447cb8
src/mac/LoRaMac.c
@@ -1186,7 +1186,8 @@ static void ProcessRadioRxDone( void )
1186
}
1187
1188
// Filter messages according to multicast downlink exceptions
1189
- if( ( multicast == 1 ) && ( ( fType != FRAME_TYPE_D ) ||
+ if( ( multicast == 1 ) && ( (macHdr.Bits.MType == FRAME_TYPE_DATA_CONFIRMED_DOWN ) ||
1190
+ ( fType != FRAME_TYPE_D ) ||
1191
( macMsgData.FHDR.FCtrl.Bits.Ack != 0 ) ||
1192
( macMsgData.FHDR.FCtrl.Bits.AdrAckReq != 0 ) ) )
1193
{
0 commit comments