Message ID | CAATyM+Yh7MzuwiSD13H3NKsdu7_aLqD5nj7NZFpM9mFoB2JTRg@mail.gmail.com |
---|---|
State | New |
Headers | show |
On Tue, Jul 05, 2016 at 03:38:27PM -0700, Tom Tsou wrote: > Our current strategy is to pass more bursts to osmo-bts, not less, and > let the CRC determine whether a burst is valid or not. Downgrading the > CRC failure to 'debug' makes sense with this approach. Thanks for your comments! Submitted as 472 and 473: https://gerrit.osmocom.org/473 ~Neels
diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp index a1d0f49..b5f6ee5 100644 --- a/Transceiver52M/Transceiver.cpp +++ b/Transceiver52M/Transceiver.cpp @@ -51,7 +51,7 @@ using namespace GSM; * correlated synchronization sequences. Lower values pass more bursts up * to upper layers but will increase the false detection rate. */ -#define BURST_THRESH 4.0 +#define BURST_THRESH 10.0 TransceiverState::TransceiverState() : mRetrans(false), mNoiseLev(0.0), mNoises(NOISE_CNT), mPower(0.0)