From 48f8fb34aadc9872f95805ba3f1d2ca3b39b3327 Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Fri, 26 Apr 2013 19:30:55 -0400 Subject: Transceiver52M: Setup UmTRX dual carrier support --- Transceiver52M/Transceiver.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Transceiver52M/Transceiver.h') diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h index 56acd9c..c58ca8c 100644 --- a/Transceiver52M/Transceiver.h +++ b/Transceiver52M/Transceiver.h @@ -97,7 +97,6 @@ private: double mRxFreq; ///< the receive frequency double mFreqOffset; ///< RF frequency offset int mPower; ///< the transmit power in dB - int mTSC; ///< the midamble sequence code double mEnergyThreshold; ///< threshold to determine if received data is potentially a GSM burst GSM::Time prevFalseDetectionTime; ///< last timestamp of a false energy detection unsigned mMaxExpectedDelay; ///< maximum expected time-of-arrival offset in GSM symbols @@ -121,12 +120,11 @@ public: @param wTransmitLatency initial setting of transmit latency @param radioInterface associated radioInterface object */ - Transceiver(int wBasePort, - const char *TRXAddress, - int wSamplesPerSymbol, - RadioInterface *wRadioInterface, - DriveLoop *wDriveLoop, - int wChannel, bool wPrimary); + Transceiver(int wBasePort, const char *TRXAddress, + DriveLoop *wDriveLoop, RadioInterface *wRadioInterface, + int wSamplesPerSymbol = SAMPSPERSYM, + int wChannel = 0, bool wPrimary = true); + /** Destructor */ ~Transceiver(); -- cgit v1.2.3