increae the RACH quality threshold to 5dB C/I

This commit is contained in:
Harald Welte 2011-07-07 18:17:31 +02:00
parent be598e3afd
commit ed607f475f
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 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 {