From 1046a6fed66a1ef61435eaf4a69cec5fc95832e9 Mon Sep 17 00:00:00 2001 From: Marcus Schref Date: Tue, 30 Aug 2022 14:52:28 +0200 Subject: [PATCH] Add compatibility with basicstation Add LGW_LBT_ISSUE define used by Basicstation Signed-off-by: Marcus Schref --- libloragw/inc/loragw_hal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libloragw/inc/loragw_hal.h b/libloragw/inc/loragw_hal.h index 6e153a3e..607b2b3d 100644 --- a/libloragw/inc/loragw_hal.h +++ b/libloragw/inc/loragw_hal.h @@ -45,6 +45,7 @@ License: Revised BSD License, see LICENSE.TXT file include in the project #define LGW_HAL_SUCCESS 0 #define LGW_HAL_ERROR -1 #define LGW_LBT_NOT_ALLOWED 1 +#define LGW_LBT_ISSUE 1 /* radio-specific parameters */ #define LGW_XTAL_FREQU 32000000 /* frequency of the RF reference oscillator */