From 26d7907b0229f982a65bd709c86b849eb6fef2ce Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 14 Jan 2011 23:18:59 +0100 Subject: Implement the HSL SR1.0.1 protocol It seems HSL has fixed most of their obvious issues in the SR1.0.1 release. However, this creates quite an incompatibility of the protocol, and we have to adapt accordingly --- openbsc/src/libbsc/bsc_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/libbsc/bsc_init.c') diff --git a/openbsc/src/libbsc/bsc_init.c b/openbsc/src/libbsc/bsc_init.c index 0072bb6f8..37386d7e9 100644 --- a/openbsc/src/libbsc/bsc_init.c +++ b/openbsc/src/libbsc/bsc_init.c @@ -397,7 +397,7 @@ static int bootstrap_bts(struct gsm_bts *bts) if (bts->network->dtx_enabled) bts->si_common.cell_options.dtx = 0; else - bts->si_common.cell_options.dtx = 2; + bts->si_common.cell_options.dtx = 3; bts->si_common.cell_options.pwrc = 0; /* PWRC not set */ -- cgit v1.2.3