aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-16 12:02:13 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-16 12:02:13 +0800
commit5bfb9102affc861bc478ad8279e587e82c60c6bd (patch)
tree394e9c8b8a68e757174e63838e6a23cf5b5118e3 /openbsc
parent2300d69df6d59b2e615691fe341eab18018ac128 (diff)
bsc_init: Enable DTX in Cell Options...
Allow the MS to use uplink discontinous transmission has it can save some power for the MS and we can save some bandwidth on the uplink as well.
Diffstat (limited to 'openbsc')
-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 9e3665cc8..6afe9369d 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 = 2; /* 12 */
- bts->si_common.cell_options.dtx = 2; /* MS shall not use upplink DTX */
+ 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.pwrc = 0; /* PWRC not set */
bts->si_common.cell_sel_par.acs = 0;