From f929e625252c8943339bf909553118f8b484c3c2 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 22 May 2016 00:02:56 +0200 Subject: introduce new counter rlc_sent_control Counts control messages (UL/DL assignment, UL ACKs or page requests) Change-Id: Ib41031d430beddfb48d54470e632436f2c99c360 Reviewed-on: https://gerrit.osmocom.org/99 Reviewed-by: Holger Freyther Tested-by: Jenkins Builder --- src/gprs_rlcmac_sched.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gprs_rlcmac_sched.cpp') diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp index cd5f683c..fce3aafa 100644 --- a/src/gprs_rlcmac_sched.cpp +++ b/src/gprs_rlcmac_sched.cpp @@ -339,6 +339,8 @@ int gprs_rlcmac_rcv_rts_block(struct gprs_rlcmac_bts *bts, /* Prio 1: select control message */ msg = sched_select_ctrl_msg(trx, ts, fn, block_nr, pdch, ul_ass_tbf, dl_ass_tbf, ul_ack_tbf); + if (msg) + bts->bts->rlc_sent_control(); /* Prio 2: select data message for downlink */ if (!msg) { -- cgit v1.2.3