From 03ab79abace6ce19ae13f0ad5a817938c496b791 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 29 Aug 2014 12:30:38 +0200 Subject: osmux: add 'osmux batch-size NUM' option to mgcp vty This allows you to specify the osmux batch frame size. If zero, the library uses the default value. --- openbsc/include/openbsc/mgcp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h index bf240a342..9015f6989 100644 --- a/openbsc/include/openbsc/mgcp.h +++ b/openbsc/include/openbsc/mgcp.h @@ -217,6 +217,8 @@ struct mgcp_config { int osmux_init; /* osmux batch factor: from 1 to 4 maximum */ int osmux_batch; + /* osmux batch size (in bytes) */ + int osmux_batch_size; /* osmux port */ uint16_t osmux_port; }; -- cgit v1.2.3