From 58db60c68ebf137ae2a886ec3bd1188431c84721 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 13 Nov 2013 20:45:40 +0100 Subject: rlc: Start to move things out of the tbf into the rlc Add remarks of possible broken behavior inside the tbf routines. Move the preparation (and init) into the new rlc.cpp file. --- src/tbf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tbf.h') diff --git a/src/tbf.h b/src/tbf.h index bf5f32d6..e95ed204 100644 --- a/src/tbf.h +++ b/src/tbf.h @@ -86,6 +86,8 @@ enum gprs_rlcmac_tbf_direction { #define GPRS_RLCMAC_FLAG_TO_MASK 0xf0 /* timeout bits */ struct gprs_rlc_data { + uint8_t *prepare(size_t block_data_length); + /* block history */ uint8_t block[RLC_MAX_LEN]; /* block len of history */ -- cgit v1.2.3