aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-08-12 13:28:23 +0200
committerHarald Welte <laforge@gnumonks.org>2009-08-12 20:55:00 +0200
commit5dececfa4184021fd349a7ede5190e0ae67d31f0 (patch)
treeafe5f04a4175d9d1d978e21f6804312c347ed71c /openbsc/include/openbsc/gsm_data.h
parent69de397ff406acb8a6ea23811c50d3af3a53acb0 (diff)
implement bts->cell_barred feature, configurable in VTY
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index dd501d7cf..1a6a72ac6 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -301,6 +301,7 @@ struct gsm_bts {
/* should the channel allocator allocate channels from high TRX to TRX0,
* rather than starting from TRX0 and go upwards? */
int chan_alloc_reverse;
+ int cell_barred;
/* how do we talk OML with this TRX? */
struct gsm_e1_subslot oml_e1_link;