aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-10 14:38:43 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-10 14:38:43 +0100
commit27ca0436ace88d6f39348a62ba92f76468c420d4 (patch)
tree05dd7a74183cad99f024d15cc1e46db0862e2a2a /openbsc
parent2e5e94c3283fa4f5160962f42e7cd5d4e39b7d1e (diff)
bts: Remove unused fields from the trx structure
These have either never been used or were replaced with a more generic approach.
Diffstat (limited to 'openbsc')
-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;