aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlc.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-12-14 13:36:13 +0100
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-12-16 19:55:18 +0100
commitb3100e187b8030fe25057978433e1dde62e86647 (patch)
treef54522f5db38af9161bcd486c1737b0f0d9cc12c /src/rlc.h
parente8f5fe52554895661f7dafedb96c4c68b0ca9bda (diff)
edge: Add methods for unified GPRS/EGPRS UL data block handling
The current rcv_data_block_acknowledged_gprs method is tightly coupled to GPRS. This commit adds variants of the involved methods that support EGPRS and GPRS RLC encodings likewise. Sponsored-by: On-Waves ehf
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;
};