aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_init.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-12 18:17:25 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-12 18:17:25 +0100
commit7322528ca1a331dc8cf404aae23aa8c2984a9190 (patch)
treec305f7d8b5e986a47175b2c96b0f1a8894f29bbb /openbsc/src/bsc_init.c
parent1d8dbc4630b7d3e23aad8b5ebf043579afe2baa5 (diff)
[VTY] add more cell reselection parameters to VTY
allow setting of 'cell reselection hysteresis' and 'rxlev access min' from VTY for experiments with cell reselection.
Diffstat (limited to 'openbsc/src/bsc_init.c')
-rw-r--r--openbsc/src/bsc_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c
index c46fb2cdc..54aeb28cb 100644
--- a/openbsc/src/bsc_init.c
+++ b/openbsc/src/bsc_init.c
@@ -823,8 +823,6 @@ static int bootstrap_bts(struct gsm_bts *bts)
bts->si_common.cell_sel_par.ms_txpwr_max_ccch =
ms_pwr_ctl_lvl(bts->band, bts->ms_max_power);
- bts->si_common.cell_sel_par.cell_resel_hyst = 2; /* 4 dB */
- bts->si_common.cell_sel_par.rxlev_acc_min = 0;
bts->si_common.cell_sel_par.acs = 0;
bts->si_common.cell_sel_par.neci = bts->network->neci;