aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-08-13 10:14:26 +0200
committerHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-08-13 10:14:26 +0200
commit0e451d0f2e249ede7e77effecbc49d8219a1ce85 (patch)
treebe61b3387a78fdb871a1f073a82844c4fe3c3e91 /openbsc/include/openbsc/gsm_data.h
parentccceef8fe90df234bf8f378cd90d5b1f51cf9a7b (diff)
add 'ms max power' vty command to set the maximum MS power in dBm
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-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 1a6a72ac6..4bdca2ab7 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -302,6 +302,8 @@ struct gsm_bts {
* 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;
/* how do we talk OML with this TRX? */
struct gsm_e1_subslot oml_e1_link;