mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user