bts: Remove unused fields from the trx structure

These have either never been used or were replaced with a
more generic approach.
This commit is contained in:
Holger Hans Peter Freyther
2014-12-10 14:38:43 +01:00
parent 2e5e94c328
commit 27ca0436ac

View File

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