aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoding.h')
-rw-r--r--src/decoding.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/decoding.h b/src/decoding.h
index 1043d673..50c9e7d3 100644
--- a/src/decoding.h
+++ b/src/decoding.h
@@ -28,10 +28,11 @@ struct bitvec;
class Decoding {
public:
+ /* represents (parts) LLC PDUs within one RLC Data block */
struct RlcData {
uint8_t offset;
uint8_t length;
- bool is_complete;
+ bool is_complete; /* if this PDU ends in this block */
};
static int rlc_data_from_ul_data(