aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-17 03:58:52 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-20 02:51:29 +0800
commita2a10ebf033e618ec9dc69d8d9089940f540a3a7 (patch)
tree3f3572695af4cd02136dd177a76866ad33e230c4 /openbsc/include/openbsc/mgcp.h
parent985f5694c76245c0f0455f2f3197bbfe663aacde (diff)
mgcp: Add a transcoder-mgw command to store the address
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 00c5071a3..3f76f6c73 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -109,8 +109,10 @@ struct mgcp_config {
unsigned int number_endpoints;
char *bts_ip;
char *call_agent_addr;
+ char *transcoder_ip;
struct in_addr bts_in;
+ struct in_addr transcoder_in;
char *audio_name;
int audio_payload;
int audio_loop;