test: lorawanstack: Use valid message type
We previously made up an invalid message type, which was roughly
`MCPS_MULTICAST | 0x40`. This causes an MBED_ASSERT failure in the
handle_rx function, as it uses an assert to validate the message type
passed to it (in convert_to_msg_flag()). Use the valid message type
MCPS_MULTICAST instead in the handle_rx unit test.
ls
1 parent 07aefbc commit 0a944f0ac499f206f0c53a9b9fadb36937192477
@Jaeden Amero Jaeden Amero authored on 22 Jul 2021
Showing 1 changed file
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawanstack/Test_LoRaWANStack.cpp