aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/osmo-bts/vty.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmo-bts/vty.h b/include/osmo-bts/vty.h
index f91f5e78..d27acb5f 100644
--- a/include/osmo-bts/vty.h
+++ b/include/osmo-bts/vty.h
@@ -17,6 +17,9 @@ enum bts_vty_node {
extern struct cmd_element ournode_exit_cmd;
extern struct cmd_element ournode_end_cmd;
+extern struct cmd_element cfg_bts_auto_band_cmd;
+extern struct cmd_element cfg_bts_no_auto_band_cmd;
+
struct phy_instance *vty_get_phy_instance(struct vty *vty, int phy_nr, int inst_nr);
int bts_vty_go_parent(struct vty *vty);