aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@soleta.eu>2014-08-28 16:43:38 +0200
committerPablo Neira Ayuso <pablo@soleta.eu>2014-08-28 16:43:38 +0200
commit0fe78d39bd0de11645e930252b4b1e05c99eba19 (patch)
tree68e78b61b29409ce49a18514daff72c4c289610b /openbsc/include/openbsc/mgcp.h
parent36a03bdfcb059ef22d7d2a52c5093194b5c12574 (diff)
osmux: allow to specify the Osmux port
via mgcp section from the configuration file.
Diffstat (limited to 'openbsc/include/openbsc/mgcp.h')
-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 c75637fa7..bf240a342 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 port */
+ uint16_t osmux_port;
};
/* config management */