From 6e3e594ee34dcc5858aa144d45e9c531bef2bd71 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 27 Oct 2016 13:13:50 +0200 Subject: hnbgw: cosmetic: local-ip config: drop getter function Use the g_hnb_gw->config.iuh_local_ip directly, drop hnbgw_get_iuh_local_ip(). Change-Id: Ie91aea82ae5d128ad735a0857ea814b440c3232c Suggested-by: hwelte --- include/osmocom/iuh/hnbgw.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/osmocom/iuh/hnbgw.h b/include/osmocom/iuh/hnbgw.h index 6b5a855..92d7674 100644 --- a/include/osmocom/iuh/hnbgw.h +++ b/include/osmocom/iuh/hnbgw.h @@ -148,5 +148,3 @@ 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); - -const char *hnbgw_get_iuh_local_ip(struct hnb_gw *gw); -- cgit v1.2.3