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-08 07:17:42 +0800
commit9be1b5495f151c668b7ba36fbb10914f6cdb35c1 (patch)
treebce7bc1191ae24b866e06baf0f715f981dbd63b1 /openbsc/include/openbsc/mgcp.h
parent7cf7d27d10a3b60b2f605e946a55a730adc3bc73 (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 9ba826223..9bafebc0c 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;