aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/vty.h')
-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);