aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÁlvaro Neira Ayuso <anayuso@sysmocom.de>2014-04-28 13:38:47 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-29 11:59:40 +0200
commit1b148ec1009c32faea269331836e366cfff7d18e (patch)
tree3e043a080cc11592624ddf063d1893df72b74432
parente9faa6f3a411e4fc7ff7968ee4be279b28296eec (diff)
openbsc/gsm_data_shared.h: Added the attribute reduce_power in TRX
Signed-off-by: Alvaro Neira Ayuso <anayuso@sysmocom.de>
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 2b405a007..54bc59645 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -371,6 +371,7 @@ struct gsm_bts_trx {
uint16_t arfcn;
int nominal_power; /* in dBm */
unsigned int max_power_red; /* in actual dB */
+ unsigned int power_reduce; /* in dB */
struct {
void *l1h;