aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-25 23:24:29 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-26 21:00:51 +0100
commit423dd2286befbaa29f63c65e739bbe894daa65e1 (patch)
tree0a4f32aa782db0e31bf2fcd7264ac2e92a5f4918 /src/tbf.cpp
parent4c06d9155c6e114a7b976aad5bba1749d7f42df4 (diff)
tbf/rlc: Move the putting of a block into the rlc code
Diffstat (limited to 'src/tbf.cpp')
-rw-r--r--src/tbf.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 0b9a1944..edba28a5 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -1607,8 +1607,7 @@ int gprs_rlcmac_tbf::rcv_data_block_acknowledged(const uint8_t *data, size_t len
/* Write block to buffer and set receive state array. */
index = rh->bsn & mod_sns_half; /* memory index of block */
- memcpy(m_rlc.blocks[index].block, data, len); /* Copy block. */
- m_rlc.blocks[index].len = len;
+ m_rlc.blocks[index].put_data(data, len);
dir.ul.v_n.mark_received(index);
LOGP(DRLCMACUL, LOGL_DEBUG, "- BSN %d storing in window (%d..%d)\n",
rh->bsn, dir.ul.window.v_q(),