aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_dl.cpp
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-05-18 16:41:03 +0200
committerHolger Freyther <holger@freyther.de>2016-05-20 16:32:06 +0000
commit9736d00b12fea82fb4c9b8dc47b7ce452660554c (patch)
tree5ffdb782cd6770ccc8c247d8d9c1d6b91fe60cc7 /src/tbf_dl.cpp
parent660709dc7cfd6a42088988122d65ae8dfadd009c (diff)
move statistics counter rlc_sent() to gprs_rlcmac_sched
The counter rlc_sent has nothing to do with the TBF. The RLC packet got sent in the gprs_rlcmac_sched(). Change-Id: I5d2b910ea7cc250f17530406eda3be9b29b051fd Reviewed-on: https://gerrit.osmocom.org/84 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther <holger@freyther.de>
Diffstat (limited to 'src/tbf_dl.cpp')
-rw-r--r--src/tbf_dl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tbf_dl.cpp b/src/tbf_dl.cpp
index 9e4d078a..62d378fa 100644
--- a/src/tbf_dl.cpp
+++ b/src/tbf_dl.cpp
@@ -762,8 +762,6 @@ struct msgb *gprs_rlcmac_dl_tbf::create_dl_acked_block(
/* Increment TX-counter */
m_tx_counter++;
- bts->rlc_sent();
-
return dl_msg;
}