From c510fc29fcf4999de8ba4992dd305968909ed69b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 13 Oct 2016 16:58:04 +0200 Subject: hnbgw: vty: set explicit go_parent_cb A second level of depth will be added to the hnbgw node soon, which will need explicit go-parent logic. Change-Id: I8d1c18a396c215e8425ae49872b5c73316087d7d --- include/osmocom/iuh/hnbgw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmocom/iuh/hnbgw.h b/include/osmocom/iuh/hnbgw.h index 92d7674..850c4d9 100644 --- a/include/osmocom/iuh/hnbgw.h +++ b/include/osmocom/iuh/hnbgw.h @@ -148,3 +148,4 @@ struct hnb_context *hnb_context_alloc(struct hnb_gw *gw, struct osmo_stream_srv_ void hnb_context_release(struct hnb_context *ctx); void hnbgw_vty_init(struct hnb_gw *gw, void *tall_ctx); +int hnbgw_vty_go_parent(struct vty *vty); -- cgit v1.2.3