LC15: Disable DSP trace flags by default

This commit is contained in:
Yves Godin 2015-12-07 10:27:32 -05:00 committed by Harald Welte
parent 2a711887b7
commit 6e1aed4b23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ int pcu_direct = 0;
static const char *config_file = "lc15bts.cfg";
static int daemonize = 0;
static unsigned int dsp_trace = 0x71c00020;
static unsigned int dsp_trace = 0x00000000;
static int rt_prio = -1;
static char *gsmtap_ip = 0;
static int trx_nr = 1;