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
This commit is contained in:
Harvind Samra
2011-10-14 02:32:19 +00:00
parent 32b3ad03e1
commit 14860a6d58
2 changed files with 42 additions and 26 deletions

View File

@@ -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;}