osmo-pcu/tests
Pau Espin Pedrol 8afc6bad80 tbf_dl: Fix m_last_dl_drained_fn not set under some conditions
Old commit getting rid of LLC UI dummy and updating create_new_bsn()
function introduced a bug by not moving update of value m_last_dl_drained_fn
prior to a new break introduced.
As a result, the value is not updated in the case LLC queue becomes
drained but last few bytes are drained at exactly that moment.
Furthermore, then the IDLE tbf timer (X2031, keep_open())) returns always
true since according to it the drain never happened.

The impact of the bug is basically delaying a bit more than expected the
time the TBF stays in IDLE state with the TBF release process yet
to be started.

Related: OS#4849
Fixes: 7d0f9a0ec3
Change-Id: I7420aeffda3500bcdc990291e4a56511af433ff9
2021-03-02 18:24:46 +01:00
..
alloc Remove uneeded ms param from alloc_algorithm_func_t func 2021-02-26 11:50:21 +01:00
app_info pdch: Standarize and improve logging 2021-02-26 11:36:55 +01:00
bitcomp tests: Replace deprecated API log_set_print_filename 2021-02-19 16:24:11 +01:00
codel tests: Replace deprecated API log_set_print_filename 2021-02-19 16:24:11 +01:00
edge tests: Replace deprecated API log_set_print_filename 2021-02-19 16:24:11 +01:00
emu Use ALPHA value received in SI13 from PCUIF 2021-02-22 12:29:12 +00:00
fn tests: Replace deprecated API log_set_print_filename 2021-02-19 16:24:11 +01:00
llc tests: Replace deprecated API log_set_print_filename 2021-02-19 16:24:11 +01:00
llist llist: Add missing const qualifier in llist cast method 2015-08-24 12:23:50 +02:00
ms tests: Replace deprecated API log_set_print_filename 2021-02-19 16:24:11 +01:00
rlcmac tests/rlcmac: add more test vectors for Packet Resource Request 2021-01-30 14:14:24 +00:00
tbf tbf_dl: Fix m_last_dl_drained_fn not set under some conditions 2021-03-02 18:24:46 +01:00
types tbf: Improve logging when TBF being allocated or no TBF avail 2021-02-26 11:50:15 +01:00
Makefile.am Introduce NACC support 2021-01-29 12:59:30 +01:00
testsuite.at tests/rlcmac: additionally match debug output of the CSN.1 codec 2020-02-17 02:30:58 +07:00