Message ID | 1398766703-7718-1-git-send-email-anayuso@sysmocom.de |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index 2b405a0..ec2cae2 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 dBm */ struct { void *l1h;
Signed-off-by: Alvaro Neira Ayuso <anayuso@sysmocom.de> --- [changes in v2] * Changed power_reduce from int to unsigned int for not accepting negative value in a relative value. openbsc/include/openbsc/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+)