Commit 22ad9a93 authored by Marian Ďurkovič's avatar Marian Ďurkovič Committed by Christophe Massiot

* en50221.c: Make sure we transmit queued TPDUs

parent 635d08ed
......@@ -431,6 +431,8 @@ static int TPDURecv( access_t * p_access )
break;
}
if ( !p_slot->b_expect_answer && p_slot->p_send != NULL )
TPDUWrite( p_access, i_slot );
if ( !p_slot->b_expect_answer && p_slot->i_pending_session_id != 0 )
SessionOpenCb( p_access, i_slot );
if ( !p_slot->b_expect_answer && p_slot->b_has_data )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment