aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_mgcp.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-11-19 16:25:14 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-20 14:05:17 +0100
commit39e94ebbd2d70c47e1491e598a2f44b7670d45b2 (patch)
treec38bec2d77210880a4e53fe417237072ac16581b /openbsc/src/bsc_mgcp.c
parent48ecad48c7e79d3cc233d337db6950c9e5acbc16 (diff)
[mgcp] The initialisation is done inside CRCX, remove here
Diffstat (limited to 'openbsc/src/bsc_mgcp.c')
-rw-r--r--openbsc/src/bsc_mgcp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/bsc_mgcp.c b/openbsc/src/bsc_mgcp.c
index bb27d5634..d0af8c61e 100644
--- a/openbsc/src/bsc_mgcp.c
+++ b/openbsc/src/bsc_mgcp.c
@@ -307,8 +307,6 @@ static int bind_rtp(struct mgcp_endpoint *endp)
{
/* set to zero until we get the info */
memset(&endp->remote, 0, sizeof(endp->remote));
- endp->bts_rtp = endp->bts_rtcp = 0;
- endp->rtp = endp->rtcp = 0;
if (create_bind(&endp->local_rtp, endp->rtp_port) != 0) {
DEBUGP(DMGCP, "Failed to create RTP port: %d on 0x%x\n",