aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-03-18 23:27:27 +0100
committerHarald Welte <laforge@gnumonks.org>2012-03-18 23:27:27 +0100
commitf4d14b3f2ea3d9e98613b7d60fed6f6c0645ba14 (patch)
treec19b508ded3db2afdba91c82df2bd10b6a7c82a6 /src/osmo-bts-sysmo/main.c
parentd25b6a752b18beb5a6efc4ae2183cfd64c6292fa (diff)
set the default log mask for the L1 a bit more reasonable
Diffstat (limited to 'src/osmo-bts-sysmo/main.c')
-rw-r--r--src/osmo-bts-sysmo/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index 8d75abdd..c68271e0 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -51,7 +51,7 @@ const char *software_version = "0815";
static const char *config_file = "osmo-bts.cfg";
extern const char *osmobts_copyright;
static int daemonize = 0;
-static unsigned int dsp_trace = 0xffffffff;
+static unsigned int dsp_trace = 0x71c00020;
int bts_model_init(struct gsm_bts *bts)
{