aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-24 17:53:24 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-26 20:57:42 +0100
commitab6cd921e3e47481ecdab93d1df1ce7f14b72e0a (patch)
tree189c3ce74e5e1089ef4b38e165efa31257c0b976 /src/tbf.cpp
parent9a76968ec4f5983eb941dd02c70668f61d4a3b7b (diff)
tbf: Update the legend and mention invalid as well
We should not see it but the legend should be complete.
Diffstat (limited to 'src/tbf.cpp')
-rw-r--r--src/tbf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index c975cee2..a75fe4a1 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -1406,7 +1406,7 @@ int gprs_rlcmac_tbf::update_window(const uint8_t ssn, const uint8_t *rbb)
mod_sns, mod_sns_half);
LOGP(DRLCMACDL, LOGL_DEBUG, "- V(B): (V(A)=%d)\"%s\""
"(V(S)-1=%d) A=Acked N=Nacked U=Unacked "
- "X=Resend-Unacked\n", dir.dl.v_a, show_v_b,
+ "X=Resend-Unacked I=Invalid\n", dir.dl.v_a, show_v_b,
(dir.dl.v_s - 1) & mod_sns);
if (state_is(GPRS_RLCMAC_FINISHED) && dir.dl.v_s == dir.dl.v_a) {