summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/prim_fbsb.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-29 12:02:02 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-29 12:02:02 +0200
commitcdebf0a6b365e53eef95760222cd3d60686a1228 (patch)
treee6617ea121c20e0fafd4d55bfd5a9e433187eef3 /src/target/firmware/layer1/prim_fbsb.c
parent5d10a3581932849b42c22d834e95f1bcee25f565 (diff)
layer1: disable FB0/FB1 SNR thresholds for now
they have caused more problems than they solve (i.e. we didn't properly find many cells anymore)
Diffstat (limited to 'src/target/firmware/layer1/prim_fbsb.c')
-rw-r--r--src/target/firmware/layer1/prim_fbsb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/target/firmware/layer1/prim_fbsb.c b/src/target/firmware/layer1/prim_fbsb.c
index 2e5afade..102235ff 100644
--- a/src/target/firmware/layer1/prim_fbsb.c
+++ b/src/target/firmware/layer1/prim_fbsb.c
@@ -377,8 +377,13 @@ static int l1s_fbdet_cmd(__unused uint8_t p1, __unused uint8_t p2,
return 0;
}
+#if 0
#define FB0_SNR_THRESH 2000
#define FB1_SNR_THRESH 3000
+#else
+#define FB0_SNR_THRESH 0
+#define FB1_SNR_THRESH 0
+#endif
static const struct tdma_sched_item fb_sched_set[];