From e0b06b0293c9998dcdb108333f2a3a05966e5ea0 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 28 Nov 2010 18:17:28 +0100 Subject: bsc: Allow to configure Optional Cell Selection params from vty The default values are those where the parameters are encoded as '0' and they're not output in the config file if that case Signed-off-by: Sylvain Munaut --- openbsc/src/system_information.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbsc/src/system_information.c') diff --git a/openbsc/src/system_information.c b/openbsc/src/system_information.c index 9e830bcdf..8ee95f9f1 100644 --- a/openbsc/src/system_information.c +++ b/openbsc/src/system_information.c @@ -587,6 +587,10 @@ int gsm_generate_si(struct gsm_bts *bts, enum osmo_sysinfo_type si_type) break; } + memcpy(&si_info.selection_params, + &bts->si_common.cell_ro_sel_par, + sizeof(struct gsm48_si_selection_params)); + gen_si = gen_si_fn[si_type]; if (!gen_si) return -EINVAL; -- cgit v1.2.3