aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-16 14:12:02 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-16 14:12:02 +0200
commit421365eeaa104a9781214f9e12c55023c1099bf8 (patch)
treead3b15adea32697c14ae65a82246f741f7b02ef2
parent8f50359ebf664f7a250d332b7a19a96cd65fae09 (diff)
mgcp: Allow to batch more than four messages
-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 26b570627..4b7f4ce1f 100644
--- a/openbsc/src/libmgcp/mgcp_vty.c
+++ b/openbsc/src/libmgcp/mgcp_vty.c
@@ -1109,7 +1109,7 @@ DEFUN(cfg_mgcp_osmux,
DEFUN(cfg_mgcp_osmux_batch_factor,
cfg_mgcp_osmux_batch_factor_cmd,
- "osmux batch-factor <1-4>",
+ "osmux batch-factor <1-16>",
OSMUX_STR "Batching factor\n" "Number of messages in the batch\n")
{
g_cfg->osmux_batch = atoi(argv[0]);