From 1b148ec1009c32faea269331836e366cfff7d18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Neira=20Ayuso?= Date: Mon, 28 Apr 2014 13:38:47 +0200 Subject: openbsc/gsm_data_shared.h: Added the attribute reduce_power in TRX Signed-off-by: Alvaro Neira Ayuso --- openbsc/include/openbsc/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/gsm_data_shared.h') 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; -- cgit v1.2.3