From fa8bbff6d1d9bcc095a3f656e3a246be5b7065a1 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Fri, 8 Mar 2019 16:45:41 +0100 Subject: [PATCH] net/loramac.h: add join header members size --- sys/include/net/loramac.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sys/include/net/loramac.h b/sys/include/net/loramac.h index 91f388072d..d48b008f0b 100644 --- a/sys/include/net/loramac.h +++ b/sys/include/net/loramac.h @@ -320,6 +320,17 @@ extern "C" { * @brief Maximmu port value */ #define LORAMAC_PORT_MAX (223U) + +/** + * @brief Application Nonce length in bytes + */ +#define LORAMAC_APP_NONCE_LEN (3U) + +/** + * @brief Network ID length in bytes + */ +#define LORAMAC_NETWORK_ID_LEN (3U) + /** @} */ /**