aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-21 23:08:18 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-21 23:08:18 +0100
commit713550120cb9231de49090c01abb6e867a93137d (patch)
treeeb3826d7fdade3d9b0cbf8f49dc374ee4a24b944 /openbsc/include/openbsc/gsm_data.h
parent1394fea03f888408616cac3a669191f2e6923c8f (diff)
remove duplicate flag for cell barring
it's sufficient if we keep the state of cell barring in one place
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 876955824..9d2549ca1 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -381,7 +381,6 @@ 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;
/* maximum Tx power that the MS is permitted to use in this cell */
int ms_max_power;