aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-25 08:14:55 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-25 16:01:23 +0200
commitadddb65f4656b0b03b24fa3868e2a8c555af18da (patch)
tree7a151ae297b92e9e182d154e0860d97e04c7dc4d
parentfbf04438b7c9e99dfff72faa4a1dd1e909da2c10 (diff)
sysmobts: Remove left-over from non-generic power control
-rw-r--r--src/osmo-bts-sysmo/utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/osmo-bts-sysmo/utils.h b/src/osmo-bts-sysmo/utils.h
index cf5cf7af..58e3324f 100644
--- a/src/osmo-bts-sysmo/utils.h
+++ b/src/osmo-bts-sysmo/utils.h
@@ -11,9 +11,4 @@ int band_femto2osmo(GsmL1_FreqBand_t band);
int sysmobts_select_femto_band(struct gsm_bts_trx *trx, uint16_t arfcn);
int sysmobts_get_nominal_power(struct gsm_bts_trx *trx);
-
-int sysmobts_get_target_power(struct gsm_bts_trx *trx);
-
-void sysmobts_pa_pwr_init(struct gsm_bts_trx *trx);
-void sysmobts_pa_maybe_step(struct gsm_bts_trx *trx);
#endif