Commit 00e883c5 authored by Laurent THOMAS's avatar Laurent THOMAS

remove a unused struct member

parent 2f05261f
...@@ -104,8 +104,6 @@ typedef struct { ...@@ -104,8 +104,6 @@ typedef struct {
uint8_t first_rx; uint8_t first_rx;
/// DLSCH status flag indicating /// DLSCH status flag indicating
SCH_status_t status; SCH_status_t status;
/// Transport block size
uint32_t TBS;
/// Pointers to transport block segments /// Pointers to transport block segments
uint8_t **c; uint8_t **c;
/// soft bits for each received segment ("d"-sequence)(for definition see 36-212 V8.6 2009-03, p.15) /// soft bits for each received segment ("d"-sequence)(for definition see 36-212 V8.6 2009-03, p.15)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment