aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-10-18 14:14:20 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-10-18 15:36:58 +0200
commita2ef802dbab6cf233978a9b6a1cbc9b381573739 (patch)
tree3d1d7e9fcb7e92f62fb78520e3123f48fac7fe1b
parent77e2ff32d98334726d4fe1437520d160c3bf7015 (diff)
tbf: Update FSM names when TFI change during tbf_update()
In that function, previous PDCHs are unlinked and then alloc_algorithm is expected to assign new TFIs. Change-Id: I7bcbb223ca32400bede7ab638695ba3c015c9946
-rw-r--r--src/tbf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 361e6313..2e2e388c 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -334,6 +334,8 @@ int gprs_rlcmac_tbf::update()
dl_tbf->set_window_size();
}
+ tbf_update_state_fsm_name(this);
+
return 0;
}