aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/USRPDevice.h
diff options
context:
space:
mode:
authorhsamra <hsamra@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-10-14 02:32:19 +0000
committerhsamra <hsamra@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-10-14 02:32:19 +0000
commit3ebf98c721ca2120e83d2fc16f65bf6b868e8e7c (patch)
treed5a0ccf98358ecf33f2ec6fad98116078fc626ab /Transceiver52M/USRPDevice.h
parent0fd55ea4824ae55c111dbd5ddaa447171f0f0251 (diff)
Updates to working with a single RFX...builds but not working yet.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2342 19bc5d8c-e614-43d4-8b26-e1612bc8e597
Diffstat (limited to 'Transceiver52M/USRPDevice.h')
-rw-r--r--Transceiver52M/USRPDevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Transceiver52M/USRPDevice.h b/Transceiver52M/USRPDevice.h
index 19aa043..0fa4180 100644
--- a/Transceiver52M/USRPDevice.h
+++ b/Transceiver52M/USRPDevice.h
@@ -215,10 +215,10 @@ private:
bool setRxFreq(double wFreq);
/** Returns the starting write Timestamp*/
- TIMESTAMP initialWriteTimestamp(void) { return 20000;}
+ TIMESTAMP initialWriteTimestamp(void) { return 40000;}
/** Returns the starting read Timestamp*/
- TIMESTAMP initialReadTimestamp(void) { return 20000;}
+ TIMESTAMP initialReadTimestamp(void) { return 40000;}
/** returns the full-scale transmit amplitude **/
double fullScaleInputValue() {return 13500.0;}