aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",