nat: Address the FIXME and send the MDCX down to the BSC

This commit is contained in:
Holger Hans Peter Freyther
2012-10-30 16:32:19 +01:00
parent 1c0c317094
commit 6de9d0ba35

View File

@@ -257,7 +257,7 @@ static void bsc_mgcp_send_mdcx(struct bsc_connection *bsc, int port, struct mgcp
return;
}
#warning "The MDCX is not send to the BSC. It should"
bsc_write_mgcp(bsc, (uint8_t *) buf, len);
}
static void bsc_mgcp_send_dlcx(struct bsc_connection *bsc, int endpoint)