aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/handover_vty.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-12 16:48:45 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-16 16:11:16 +0100
commitdfd36da120b936c9e49df5a19fcd60fd89613946 (patch)
treee18c868441cf71f61fc10bd032e999bd4a68f70a /include/osmocom/bsc/handover_vty.h
parenta60f344212855dc8c9b3efe8b6a8ccdb3045e5ee (diff)
HO: cfg: tweak vty write
Have expicitly named vty write functions for bts and net levels, so that it is trivial to add commands that exist only on one of each (like the upcoming congestion check timer config for hodec2). Change-Id: Ibea4c20abc50c3d655f6bbb1a643477dfc722c8e
Diffstat (limited to 'include/osmocom/bsc/handover_vty.h')
-rw-r--r--include/osmocom/bsc/handover_vty.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/bsc/handover_vty.h b/include/osmocom/bsc/handover_vty.h
index 48af136e5..6ad5276e2 100644
--- a/include/osmocom/bsc/handover_vty.h
+++ b/include/osmocom/bsc/handover_vty.h
@@ -4,4 +4,5 @@
#include <osmocom/bsc/handover_cfg.h>
void ho_vty_init();
-void ho_vty_write(struct vty *vty, const char *indent, struct handover_cfg *ho);
+void ho_vty_write_net(struct vty *vty, struct gsm_network *net);
+void ho_vty_write_bts(struct vty *vty, struct gsm_bts *bts);