diff --git a/lte/phy/include/liblte/phy/common/phy_common.h b/lte/phy/include/liblte/phy/common/phy_common.h index 0f1eba878..fae331396 100644 --- a/lte/phy/include/liblte/phy/common/phy_common.h +++ b/lte/phy/include/liblte/phy/common/phy_common.h @@ -147,7 +147,7 @@ typedef struct LIBLTE_API { float fd; } lte_earfcn_t; -LIBLTE_API enum band_geographical_area { +enum band_geographical_area { ALL, NAR, APAC, EMEA, JAPAN, CALA, NA };