aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 0c14232f5..001a526bf 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -369,16 +369,6 @@ struct gsm_bts_trx {
#ifndef ROLE_BSC
struct trx_power_params power_params;
- struct {
- unsigned int max_initial_power; /* in dBm */
- uint8_t step_size; /* in dB */
- int step_interval; /* in seconds */
- struct osmo_timer_list step_timer;
-
- int current_power; /* in dBm */
- } pa;
-
- unsigned int power_reduce; /* in dB */
struct {
void *l1h;