aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-05 03:22:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-05 06:10:57 +0800
commitf1a168dc2086bca48d920c45171cb6cbff9211fa (patch)
tree38582f26e99ac29a69862a14335405b0060b9c36 /openbsc/include/openbsc/mgcp.h
parent58ff219c856a4ad4648e4de06f90907d6964a251 (diff)
mgcp: Only use early bind for the BTS socket.
Simplify the code by onlt allowing one way to allocate a socket.
Diffstat (limited to 'openbsc/include/openbsc/mgcp.h')
-rw-r--r--openbsc/include/openbsc/mgcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h
index d1da401ea..81741ac75 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -91,7 +91,6 @@ struct mgcp_config {
char *audio_name;
int audio_payload;
int audio_loop;
- int early_bind;
int rtp_base_port;
int endp_dscp;