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)
This commit is contained in:
Harald Welte 2010-05-29 12:02:02 +02:00
parent 5d10a35819
commit cdebf0a6b3
1 changed files with 5 additions and 0 deletions

View File

@ -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[];