aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/Transceiver.cpp')
-rw-r--r--Transceiver52M/Transceiver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index ad048ee..a5bbfc1 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -363,7 +363,7 @@ SoftVector *Transceiver::pullRadioVector(GSM::Time &wTime,
float chanOffset;
success = analyzeTrafficBurst(*vectorBurst,
mTSC,
- 3.0,
+ 5.0,
mSPS,
&amplitude,
&TOA,
@@ -398,7 +398,7 @@ SoftVector *Transceiver::pullRadioVector(GSM::Time &wTime,
else {
// RACH burst
success = detectRACHBurst(*vectorBurst,
- 5.0, // detection threshold
+ 6.0,
mSPS,
&amplitude,
&TOA);