pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-mgw/+/29736 )
Change subject: mgcp-client: Fix typo in internal function name
......................................................................
mgcp-client: Fix typo in internal function name
Change-Id: I073038f1d6c68bc8546763a2c8c791fb5a021630
---
M src/libosmo-mgcp-client/mgcp_client_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/36/29736/1
diff --git a/src/libosmo-mgcp-client/mgcp_client_vty.c
b/src/libosmo-mgcp-client/mgcp_client_vty.c
index 88b056b..44cff2e 100644
--- a/src/libosmo-mgcp-client/mgcp_client_vty.c
+++ b/src/libosmo-mgcp-client/mgcp_client_vty.c
@@ -493,7 +493,7 @@
return CMD_SUCCESS;
}
-DEFUN(mgw_show, mgw_snow_cmd, "show mgw-pool", SHOW_STR "Display
information about the MGW-Pool\n")
+DEFUN(mgw_show, mgw_show_cmd, "show mgw-pool", SHOW_STR "Display
information about the MGW-Pool\n")
{
vty_out(vty, "%% MGW-Pool:%s", VTY_NEWLINE);
struct mgcp_client_pool_member *pool_member;
@@ -551,7 +551,7 @@
install_lib_element(ENABLE_NODE, &mgw_block_cmd);
install_lib_element(ENABLE_NODE, &mgw_unblock_cmd);
- install_lib_element_ve(&mgw_snow_cmd);
+ install_lib_element_ve(&mgw_show_cmd);
global_mgcp_client_pool = pool;
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/29736
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I073038f1d6c68bc8546763a2c8c791fb5a021630
Gerrit-Change-Number: 29736
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange