aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_dl.cpp
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-08-24 13:30:39 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-08-28 12:23:07 +0200
commit16d29c7da4ee516b4ef0a6ec18cec18f8a76d7fa (patch)
tree79313a803e7be5994e02fce7bd61e34c64f9f3fa /src/tbf_dl.cpp
parentb6b3c7eb2727da98fbba231d9a1e9fe4a33b2dd0 (diff)
tbf: Add logging for polling
This commit adds the relevant frame number to the "poll timeout" logging message. In addition, logging is added to the places where poll_fn gets set. The goal is to track down the source for frequent "poll timeout" messages. Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/tbf_dl.cpp')
-rw-r--r--src/tbf_dl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tbf_dl.cpp b/src/tbf_dl.cpp
index 39a1f334..b57e10e0 100644
--- a/src/tbf_dl.cpp
+++ b/src/tbf_dl.cpp
@@ -686,6 +686,10 @@ struct msgb *gprs_rlcmac_dl_tbf::create_dl_acked_block(
rh->s_p = 1; /* Polling */
m_last_dl_poll_fn = poll_fn;
+
+ LOGP(DRLCMACDL, LOGL_INFO,
+ "%s Scheduled Ack/Nack polling on FN=%d, TS=%d\n",
+ name(), poll_fn, ts);
}
}