aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-10-12 13:36:22 +0200
committerHarald Welte <laforge@gnumonks.org>2011-10-12 13:36:22 +0200
commit9582883235743e31800ec7cbfc8af2c16b63cdbb (patch)
tree13dfe286b5eed52e969965fa09d2af03f8aec440 /src/osmo-bts-sysmo/main.c
parentc373448e03f12f8f7e5da1d894d63d7bc79eef4a (diff)
add VTY based way to set clock calibration of sysmobts L1
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 645cd24a..0ed6e2c8 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 = 0;
+static unsigned int dsp_trace = 0xffffffff;
int bts_model_init(struct gsm_bts *bts)
{