aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-11-28 18:17:28 +0100
committerSylvain Munaut <tnt@246tNt.com>2010-12-01 20:23:34 +0100
commite0b06b0293c9998dcdb108333f2a3a05966e5ea0 (patch)
treeb68140293e7c8532f4326866c70e1f2bd0f209db /openbsc/include
parent6d42dbe35cad9048d0078e42ae852ac2af8fc5cd (diff)
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 <tnt@246tNt.com>
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index e40b1188a..90a2f37f8 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -47,6 +47,7 @@ enum gsm_chreq_reason_t {
#include <openbsc/gsm_04_08.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/system_information.h>
+#include <openbsc/rest_octets.h>
#include <openbsc/mncc.h>
#include <osmocore/tlv.h>
@@ -529,6 +530,7 @@ struct gsm_bts {
struct gsm48_rach_control rach_control;
u_int8_t ncc_permitted;
struct gsm48_cell_sel_par cell_sel_par;
+ struct gsm48_si_selection_params cell_ro_sel_par; /* rest octet */
struct gsm48_cell_options cell_options;
struct gsm48_control_channel_descr chan_desc;
struct bitvec neigh_list;