aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.h
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/rlc.h
parent4c06d9155c6e114a7b976aad5bba1749d7f42df4 (diff)
tbf/rlc: Move the putting of a block into the rlc code
Diffstat (limited to 'src/rlc.h')
-rw-r--r--src/rlc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rlc.h b/src/rlc.h
index 09712fe4..9d782803 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -29,6 +29,7 @@ class BTS;
struct gprs_rlc_data {
uint8_t *prepare(size_t block_data_length);
+ void put_data(const uint8_t *data, size_t len);
/* block history */
uint8_t block[RLC_MAX_LEN];