lms: Drop unused define

Change-Id: Iaf3361ed29dd552e5e52b62bc738fa20c6b583fe
This commit is contained in:
Pau Espin 2020-01-07 16:21:12 +01:00
parent bf58370675
commit dccc82491c
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ extern "C" {
using namespace std;
#define MAX_ANTENNA_LIST_SIZE 10
#define LMS_SAMPLE_RATE GSMRATE*32
#define GSM_CARRIER_BW 270000.0 /* 270kHz */
#define LMS_MIN_BW_SUPPORTED 2.5e6 /* 2.5mHz, minimum supported by LMS */
#define LMS_CALIBRATE_BW_HZ OSMO_MAX(GSM_CARRIER_BW, LMS_MIN_BW_SUPPORTED)