From: Álvaro Neira Ayuso anayuso@sysmocom.de
Signed-off-by: Alvaro Neira Ayuso anayuso@sysmocom.de --- openbsc/include/openbsc/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index ae9e7d8..a4d3c54 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 */ + int power_reduce; /* in dBm */
struct { void *l1h;