aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-23 01:01:19 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-23 01:01:19 +0100
commit092478f294fedd4dc285ff817143679d3068242d (patch)
treefadd13cc7d80e323ed9b1c21ab4afb620ff4b790 /src/tbf.cpp
parent5a7f636ce4288060d98d6aa1a1a2cd6e1c5f7571 (diff)
rlc: Count nacked frames in the statistics too
Diffstat (limited to 'src/tbf.cpp')
-rw-r--r--src/tbf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 0226691f..19a0d819 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -1471,6 +1471,7 @@ int gprs_rlcmac_tbf::snd_dl_ack(uint8_t final, uint8_t ssn, uint8_t *rbb)
LOGP(DRLCMACDL, LOGL_DEBUG, "- got "
"NACK for BSN=%d\n", bsn);
dir.dl.v_b[bsn & mod_sns_half] = 'N';
+ bts->rlc_nacked();
lost++;
}
}