aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-10-27 13:13:50 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-10-27 13:43:03 +0200
commit6e3e594ee34dcc5858aa144d45e9c531bef2bd71 (patch)
tree4547243bbd2c8b717fe646e80d87d59c6c8fcd5b /include
parentc7ccdd490f84914754c72c7b3105772f74a40208 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/iuh/hnbgw.h2
1 files changed, 0 insertions, 2 deletions
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);