From 00deef37a9c657fb04bc5b08948817c65683c2b7 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Thu, 7 Oct 2021 13:33:32 +0200 Subject: [PATCH] tests/pkg_semtech-loramac: add pending data indication --- tests/pkg_semtech-loramac/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/pkg_semtech-loramac/main.c b/tests/pkg_semtech-loramac/main.c index 78fa6ef438..24b33fd5a3 100644 --- a/tests/pkg_semtech-loramac/main.c +++ b/tests/pkg_semtech-loramac/main.c @@ -60,6 +60,10 @@ static void *_wait_recv(void *arg) puts("Received ACK from network"); break; + case SEMTECH_LORAMAC_TX_SCHEDULE: + puts("The Network Server has pending data"); + break; + default: break; }