aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-01-07 16:21:12 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-01-07 16:21:12 +0100
commitdccc82491cbaa6229c64f8978a97b2103fbe0b9e (patch)
tree7fe42b53c8072e9d956cd647d0ff35741c07f626 /Transceiver52M
parentbf583706752f02d76b1ec5c3d53c1c96f52a4baf (diff)
lms: Drop unused define
Diffstat (limited to 'Transceiver52M')
-rw-r--r--Transceiver52M/device/lms/LMSDevice.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp
index 4a687e1..b8893fb 100644
--- a/Transceiver52M/device/lms/LMSDevice.cpp
+++ b/Transceiver52M/device/lms/LMSDevice.cpp
@@ -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)