aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-20 23:06:30 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:27:43 +0100
commitc6723c82064caec54faeec80b0afd8159140c96d (patch)
treed7068a72c19537c4e9a90c1b6c2edceafea04077 /src/osmo-bts-octphy
parent3b4d9e7c076df65257183c313a7f436fd6e66ca8 (diff)
move auto-band configuration commands to common/vty.c
It remains up to the individual BTS hardware models to decide whether or not to register those commands (depending on whether they support the feature) via cfg_bts_auto_band_cmd / cfg_bts_no_auto_band_cmd
Diffstat (limited to 'src/osmo-bts-octphy')
-rw-r--r--src/osmo-bts-octphy/octphy_vty.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/osmo-bts-octphy/octphy_vty.c b/src/osmo-bts-octphy/octphy_vty.c
index 6e58ad42..3ea576cb 100644
--- a/src/osmo-bts-octphy/octphy_vty.c
+++ b/src/osmo-bts-octphy/octphy_vty.c
@@ -210,11 +210,6 @@ void bts_model_config_write_phy(struct vty *vty, struct phy_link *plink)
void bts_model_config_write_bts(struct vty *vty, struct gsm_bts *bts)
{
- struct gsm_bts_role_bts *btsb = bts_role_bts(bts);
-
- if (btsb->auto_band)
- vty_out(vty, " auto-band%s", VTY_NEWLINE);
-
}
void bts_model_config_write_trx(struct vty *vty, struct gsm_bts_trx *trx)