sysmobts: Remove left-over from non-generic power control

This commit is contained in:
Holger Hans Peter Freyther 2014-08-25 08:14:55 +02:00
parent fbf04438b7
commit adddb65f46
1 changed files with 0 additions and 5 deletions

View File

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