Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/14021


Change subject: vty: Allow enabling Osmux
......................................................................

vty: Allow enabling Osmux

Change-Id: Ica2f82473bf1934502444be2325ee2049d938781
---
M src/libosmo-mgcp/mgcp_vty.c
1 file changed, 2 insertions(+), 9 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/21/14021/1

diff --git a/src/libosmo-mgcp/mgcp_vty.c b/src/libosmo-mgcp/mgcp_vty.c
index 25d7a67..06aa7c8 100644
--- a/src/libosmo-mgcp/mgcp_vty.c
+++ b/src/libosmo-mgcp/mgcp_vty.c
@@ -1305,14 +1305,7 @@
        if (strcmp(argv[0], "off") == 0) {
                g_cfg->osmux = OSMUX_USAGE_OFF;
                return CMD_SUCCESS;
-       }
-
-       /* Since OSMUX support is not finished, we do not
-        * allow to turn it on yet. */
-       vty_out(vty, "OSMUX currently unavailable in this software version.%s", 
VTY_NEWLINE);
-       return CMD_WARNING;
-#if 0
-       if (strcmp(argv[0], "on") == 0)
+       } else if (strcmp(argv[0], "on") == 0)
                g_cfg->osmux = OSMUX_USAGE_ON;
        else if (strcmp(argv[0], "only") == 0)
                g_cfg->osmux = OSMUX_USAGE_ONLY;
@@ -1323,7 +1316,7 @@
        }

        return CMD_SUCCESS;
-#endif
+
 }

 DEFUN(cfg_mgcp_osmux_ip,

--
To view, visit https://gerrit.osmocom.org/14021
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ica2f82473bf1934502444be2325ee2049d938781
Gerrit-Change-Number: 14021
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to