aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.h
diff options
context:
space:
mode:
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 bc93c2d4..f2acb98a 100644
--- a/src/rlc.h
+++ b/src/rlc.h
@@ -86,6 +86,7 @@ struct gprs_rlc_data {
/* block len of history */
uint8_t len;
+ struct gprs_rlc_ul_data_block_info block_info;
GprsCodingScheme cs;
};