Fix for RLC AM polling condition

This commit is contained in:
Paul Sutton 2017-11-20 16:32:41 +00:00
parent e04a221911
commit 10bc2ee8a1
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_sdu_queue.size() == 0 && retx_queue.size() == 0)
if(tx_window.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