openbsc/gsm_data_shared.h: Added the attribute reduce_power in TRX

Signed-off-by: Alvaro Neira Ayuso <anayuso@sysmocom.de>
This commit is contained in:
Álvaro Neira Ayuso 2014-04-28 13:38:47 +02:00 committed by Holger Hans Peter Freyther
parent e9faa6f3a4
commit 1b148ec100
1 changed files with 1 additions and 0 deletions

View File

@ -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;