aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-31 11:46:41 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-31 11:46:41 +0200
commit7513b3a1c2bac3c830de86c7e341127e3a492cae (patch)
tree53871fcea0d80959a3793813b4fd40647db1f008 /openbsc/include/openbsc
parent135d99b36ef2faecbe005a5a682162017d04b20b (diff)
[mgcp] Add a new config option to set the call agent ip addr
In the case of the nat we only want to communicate with one upstream call agent and this can now be configured.
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/mgcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h
index 2361a2160..778a1f116 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -84,6 +84,7 @@ struct mgcp_config {
char *local_ip;
char *source_addr;
char *bts_ip;
+ char *call_agent_addr;
/* default endpoint data */
struct in_addr bts_in;