msuraev has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-gbproxy/+/30669 )

Change subject: ctrl: take both address and port from vty config
......................................................................

ctrl: take both address and port from vty config

Change-Id: I9bb88fa53a91cc96440d83958450729fa433a04b
---
M src/gb_proxy_main.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/gb_proxy_main.c b/src/gb_proxy_main.c
index ba49a77..da69f9c 100644
--- a/src/gb_proxy_main.c
+++ b/src/gb_proxy_main.c
@@ -341,7 +341,7 @@

        /* Start control interface after getting config for
         * ctrl_vty_get_bind_addr() */
-       ctrl = ctrl_interface_setup_dynip(gbcfg, ctrl_vty_get_bind_addr(), 
OSMO_CTRL_PORT_GBPROXY, NULL);
+       ctrl = ctrl_interface_setup(gbcfg, OSMO_CTRL_PORT_GBPROXY, NULL);
        if (!ctrl) {
                LOGP(DGPRS, LOGL_FATAL, "Failed to create CTRL interface.\n");
                exit(1);

--
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/30669
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: I9bb88fa53a91cc96440d83958450729fa433a04b
Gerrit-Change-Number: 30669
Gerrit-PatchSet: 1
Gerrit-Owner: msuraev <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: msuraev <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to