On Thu, Jan 30, 2014 at 09:01:32PM +0100, Jacob Erlbeck wrote:
hi jacob!
This patch modifies this to print the output_enabled flags to stderr instead. The bits in conn_mode are shown as RECV, SEND, and LOOP. This does not reduce the significance of the test, since there is an assertion already that verifies the values of the output_enabled flags with respect to the conn_mode.
there is no occurrence of "LOOP" in the testcase (and it can't be trigerred through mgcp anyway?).
endp->conn_mode & MGCP_CONN_LOOPBACK &~MGCP_CONN_RECV_SEND ?
Why the & ~MGCP_CONN_RECV_SEND?