aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@soleta.eu>2014-08-29 12:30:38 +0200
committerPablo Neira Ayuso <pablo@soleta.eu>2014-08-29 12:30:38 +0200
commit03ab79abace6ce19ae13f0ad5a817938c496b791 (patch)
tree95a5185069d4847eae95017eeb4493ebde8c6a03 /openbsc/include
parent308d5f8912acdfbfe512aed1a2f50b4e7bf5d370 (diff)
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.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/mgcp.h2
1 files changed, 2 insertions, 0 deletions
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;
};