Undoing unnecessary RLC fix

This commit is contained in:
Paul Sutton 2017-11-21 09:06:48 +00:00
parent 10bc2ee8a1
commit 38ab9921f8
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ bool rlc_am::poll_required()
if(poll_retx())
return true;
if(tx_window.size() == 0 && retx_queue.size() == 0)
if(tx_sdu_queue.size() == 0 && retx_queue.size() == 0)
return true;
/* According to 5.2.2.1 in 36.322 v13.3.0 a poll should be requested if