increase RACH threshold to 1 dB C/I

This commit is contained in:
Harald Welte 2011-07-05 14:13:52 +02:00
parent 977fcbc2db
commit 79cf0bb1e6
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
#include "l1_transp.h"
/* FIXME: make threshold configurable */
#define MIN_QUAL_RACH -0.5f /* at least -1 dB C/I */
#define MIN_QUAL_RACH 1.0f /* at least 1 dB C/I */
#define MIN_QUAL_NORM -0.5f /* at least -1 dB C/I */
struct wait_l1_conf {