aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoding.h')
-rw-r--r--src/decoding.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/decoding.h b/src/decoding.h
index 28af3c44..c89b5b1a 100644
--- a/src/decoding.h
+++ b/src/decoding.h
@@ -12,10 +12,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#pragma once
@@ -36,6 +32,8 @@ struct bitvec;
#ifdef __cplusplus
+#include "rlc_window_dl.h"
+
class Decoding {
public:
/* represents (parts) LLC PDUs within one RLC Data block */
@@ -50,7 +48,6 @@ public:
enum CodingScheme cs, const uint8_t *data, RlcData *chunks,
unsigned int chunks_size, uint32_t *tlli);
- static void extract_rbb(const uint8_t *rbb, char *extracted_rbb);
static void extract_rbb(const struct bitvec *rbb, char *show_rbb);
static int rlc_parse_ul_data_header_egprs_type_3(
struct gprs_rlc_data_info *rlc,