From 39ee92606213a9fd36b10183bb461fa6e2d3a407 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 26 Sep 2016 01:07:19 +0200 Subject: 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 --- include/osmocom/iuh/hnbgw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 { -- cgit v1.2.3