diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index 18db49d66..2a3b0e269 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -375,6 +375,7 @@ struct gsm_bts_trx { unsigned int max_power_red; /* in actual dB */ #ifndef ROLE_BSC + struct trx_power_params power_params; struct { unsigned int max_initial_power; /* in dBm */ uint8_t step_size; /* in dB */