aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/radioInterface.h')
-rw-r--r--Transceiver52M/radioInterface.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index 2a83417..98d0f9d 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -23,8 +23,6 @@
/** samples per GSM symbol */
#define SAMPSPERSYM 4
-#define INCHUNK (625)
-#define OUTCHUNK (625)
static const unsigned gSlotLen = 148; ///< number of symbols per slot, not counting guard periods
@@ -38,7 +36,9 @@ protected:
VectorFIFO mReceiveFIFO; ///< FIFO that holds receive bursts
RadioDevice *mRadio; ///< the USRP object
-
+
+ int mSPSTx;
+ int mSPSRx;
signalVector *sendBuffer;
signalVector *recvBuffer;
unsigned sendCursor;
@@ -54,7 +54,6 @@ protected:
RadioClock mClock; ///< the basestation clock!
- int sps; ///< samples per GSM symbol
int receiveOffset; ///< offset b/w transmit and receive GSM timestamps, in timeslots
bool mOn; ///< indicates radio is on