aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-03 13:36:42 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-03 13:36:42 +0200
commitcc84c9535ca7c5b2b328af900ae4ec70da60d940 (patch)
treec75ccf2bb72bfcfd3aa969f8de7bffcbbc78cc0d /openbsc
parent889710c8907ae69636cc1ce3f521d91328016e53 (diff)
osmux: Fix the VTY online help in the osmux command
This should fix most of: Documentation error (missing docs): <command id='osmux (on|off)'> <param name='off' doc='(null)' /> Documentation error (missing docs): <command id='osmux batch-factor &lt;1-4&gt;'> <param name='&lt;1-4&gt;' doc='(null)' /> Documentation error (missing docs): <command id='osmux (on|off)'> <param name='off' doc='(null)' /> Documentation error (missing docs): <command id='osmux (on|off)'> <param name='off' doc='(null)' /> Documentation error (missing docs): <command id='osmux batch-factor &lt;1-4&gt;'> <param name='&lt;1-4&gt;' doc='(null)' />
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libmgcp/mgcp_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libmgcp/mgcp_vty.c b/openbsc/src/libmgcp/mgcp_vty.c
index e9b7d1227..1f8a63ab7 100644
--- a/openbsc/src/libmgcp/mgcp_vty.c
+++ b/openbsc/src/libmgcp/mgcp_vty.c
@@ -1068,7 +1068,7 @@ DEFUN(reset_all_endp, reset_all_endp_cmd,
return CMD_SUCCESS;
}
-#define OSMUX_STR "RTP multiplexing"
+#define OSMUX_STR "RTP multiplexing\n"
DEFUN(cfg_mgcp_osmux,
cfg_mgcp_osmux_cmd,
"osmux (on|off)",