On Tue, Jan 07, 2014 at 12:07:51PM +0100, Jacob Erlbeck wrote:
- for (i = 1; i < tcfg->number_endpoints; ++i) {
struct mgcp_endpoint *endp = &tcfg->endpoints[i];if (endp->bts_end.output_enabled)
Shouldn't this code look at the connection mode? E.g. the output is enabled even in SEND_RECV mode and then we certainly don't need to send dummy packets?