aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tbf_dl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tbf_dl.cpp b/src/tbf_dl.cpp
index 7c4fb28a..0378b482 100644
--- a/src/tbf_dl.cpp
+++ b/src/tbf_dl.cpp
@@ -647,6 +647,9 @@ struct msgb *gprs_rlcmac_dl_tbf::create_dl_acked_block(
rdbi = &rlc.block_info[data_block_idx];
is_final = is_final || rdbi->cv == 0;
+ LOGP(DRLCMACDL, LOGL_DEBUG, "- Copying data unit %d (BSN %d)\n",
+ data_block_idx, bsn);
+
Encoding::rlc_copy_from_aligned_buffer(&rlc, data_block_idx,
msg_data, block_data);
}