The unit test allows to test the frag decoder algorithms using random binary data. The coded fragments are created on the fly using the encoder algorithm described by Semtech in the LoRaWAN TS004-1.0.0 document. Signed-off-by: Martin Jäger <martin@libre.solar>
5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Turn off log messages for failed communication with non-existing LoRa PHY
|
|
CONFIG_LORA_LOG_LEVEL_OFF=y
|