From ed607f475fa11390d5f9ae78de4d12f49fc38841 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 7 Jul 2011 18:17:31 +0200 Subject: [PATCH] increae the RACH quality threshold to 5dB C/I --- src/osmo-bts-sysmo/l1_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c index 8d2c8f6d4..16fa4cd1f 100644 --- a/src/osmo-bts-sysmo/l1_if.c +++ b/src/osmo-bts-sysmo/l1_if.c @@ -52,7 +52,7 @@ #include "l1_transp.h" /* FIXME: make threshold configurable */ -#define MIN_QUAL_RACH 1.0f /* at least 1 dB C/I */ +#define MIN_QUAL_RACH 5.0f /* at least 5 dB C/I */ #define MIN_QUAL_NORM -0.5f /* at least -1 dB C/I */ struct wait_l1_conf {