From a777c9ee3d4e433c713f7a5c346519aa0321f096 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 12 Oct 2015 20:06:16 +0200 Subject: 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. --- 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 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. */ -- cgit v1.2.3