mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-01 20:53:35 +00:00
lms: Drop unusued variable masterClockRate
Change-Id: I19192925d008046f474615a0476b52ddee9a9d78
This commit is contained in:
committed by
laforge
parent
63e872a701
commit
4c50bf435b
@@ -36,8 +36,6 @@ extern "C" {
|
||||
|
||||
using namespace std;
|
||||
|
||||
constexpr double LMSDevice::masterClockRate;
|
||||
|
||||
#define MAX_ANTENNA_LIST_SIZE 10
|
||||
#define LMS_SAMPLE_RATE GSMRATE*32
|
||||
#define GSM_CARRIER_BW 270000.0 /* 270kHz */
|
||||
|
||||
@@ -42,9 +42,6 @@
|
||||
class LMSDevice:public RadioDevice {
|
||||
|
||||
private:
|
||||
|
||||
static constexpr double masterClockRate = 52.0e6;
|
||||
|
||||
lms_device_t *m_lms_dev;
|
||||
std::vector<lms_stream_t> m_lms_stream_rx;
|
||||
std::vector<lms_stream_t> m_lms_stream_tx;
|
||||
|
||||
Reference in New Issue
Block a user