aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac_sched.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs_rlcmac_sched.cpp')
-rw-r--r--src/gprs_rlcmac_sched.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp
index 313e23f4..8e05623f 100644
--- a/src/gprs_rlcmac_sched.cpp
+++ b/src/gprs_rlcmac_sched.cpp
@@ -341,8 +341,11 @@ int gprs_rlcmac_rcv_rts_block(struct gprs_rlcmac_bts *bts,
dl_ass_tbf, ul_ack_tbf);
/* Prio 2: select data message for downlink */
- if (!msg)
+ if (!msg) {
msg = sched_select_downlink(bts, trx, ts, fn, block_nr, pdch);
+ if (msg)
+ bts->bts->rlc_sent();
+ }
/* Prio 3: send dummy contol message */
if (!msg)