mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-01 21:00:16 +00:00
Transceiver52M: Disable equalization
Unsupported at 4 sps, and performance benefits remain to be proven at 1 sps. Disable until further testing. Signed-off-by: Thomas Tsou <tom@tsou.cc> git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@6744 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
parent
914fe4e164
commit
97d44b5d60
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ SoftVector *Transceiver::pullRadioVector(GSM::Time &wTime,
|
|||
int &RSSI,
|
||||
int &timingOffset)
|
||||
{
|
||||
bool needDFE = (mMaxExpectedDelay > 1);
|
||||
bool needDFE = false;
|
||||
|
||||
radioVector *rxBurst = (radioVector *) mReceiveFIFO->get();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue