aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-16 17:17:57 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-16 17:17:57 +0800
commit0d147d47b90f73d53effe04c739d416a5e63039e (patch)
treedafa316e1a9c1c12b303b93938605f77ad1639c6
parentce701d7c5f78f2f6c60499db81c107540732acd8 (diff)
Revert "bsc_init: Enable DTX in Cell Options..."
This is incomplete and needs more thinking... We need to change RSL chan modify as well.. This reverts commit 5bfb9102affc861bc478ad8279e587e82c60c6bd.
-rw-r--r--openbsc/src/bsc_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c
index 6afe9369d..9e3665cc8 100644
--- a/openbsc/src/bsc_init.c
+++ b/openbsc/src/bsc_init.c
@@ -1044,8 +1044,8 @@ static int bootstrap_bts(struct gsm_bts *bts)
}
/* some defaults for our system information */
- bts->si_common.cell_options.radio_link_timeout = 7; /* 12 */
- bts->si_common.cell_options.dtx = 0; /* MS may use upplink DTX */
+ bts->si_common.cell_options.radio_link_timeout = 2; /* 12 */
+ bts->si_common.cell_options.dtx = 2; /* MS shall not use upplink DTX */
bts->si_common.cell_options.pwrc = 0; /* PWRC not set */
bts->si_common.cell_sel_par.acs = 0;