aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-10-12 20:06:16 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-10-12 20:06:16 +0200
commita777c9ee3d4e433c713f7a5c346519aa0321f096 (patch)
tree6cdff2927cf80118f5564fc1e54cabb567f948fb /openbsc/include
parent9861c122dd50386f4b48bb65162f0a38f6d28785 (diff)
osmux: Allow to listen to a specific address
For a setup with multiple network interfaces be able to pick the one that osmux should be used/visible.
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 aebcda357..b2262bc8d 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -220,6 +220,8 @@ struct mgcp_config {
/* osmux translator: 0 means disabled, 1 means enabled */
int osmux;
+ /* addr to bind the server to */
+ char *osmux_addr;
/* The BSC-NAT may ask for enabling osmux on demand. This tells us if
* the osmux socket is already initialized.
*/