aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/iuh/hnbgw.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-26 01:07:19 +0200
committerHarald Welte <laforge@gnumonks.org>2016-09-27 05:55:55 +0000
commit39ee92606213a9fd36b10183bb461fa6e2d3a407 (patch)
treeebbe8ba8fece47a9e9c5cfbb701b16416e199b54 /include/osmocom/iuh/hnbgw.h
parent0476e2854e89f6d30f3a7713e000657087e0fcaa (diff)
hnbgw: vty conformance: rename iuh 'bind' command to 'local-ip'
The standard osmo VTY terminology is 'remote-ip', 'remote-port', 'local-ip', 'local-port'. Conform to that. osmo-hnbgw is so far not rolled out widely, so it makes sense to do this now. Change-Id: Ifda2653bf58044552a5f1477cd7008dec3fb9100
Diffstat (limited to 'include/osmocom/iuh/hnbgw.h')
-rw-r--r--include/osmocom/iuh/hnbgw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/iuh/hnbgw.h b/include/osmocom/iuh/hnbgw.h
index dfe287c..dfc9d82 100644
--- a/include/osmocom/iuh/hnbgw.h
+++ b/include/osmocom/iuh/hnbgw.h
@@ -106,7 +106,7 @@ struct ue_context {
struct hnb_context *hnb;
};
-#define HNBGW_IUH_BIND_ADDR_DEFAULT "0.0.0.0"
+#define HNBGW_IUH_LOCAL_IP_DEFAULT "0.0.0.0"
struct hnb_gw {
struct {