Commit 745d0f67 authored by Lionel Gauthier's avatar Lionel Gauthier

Added RLC IND TRACE

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5828 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 67ba972b
......@@ -48,8 +48,7 @@
#include "rlc_um_very_simple_test.h"
#define DEBUG_RLC_UM_TX_STATUS 1
// NN --> LG: this could become a perf bottleneck, I added this to the makefile.
//#define TRACE_RLC_UM_PDU 1
#ifdef TRACE_RLC_UM_PDU
char message_string[10000];
......
......@@ -33,6 +33,9 @@
#ifdef USER_MODE
#include <string.h>
#endif
#if defined(ENABLE_ITTI)
# include "intertask_interface.h"
#endif
#include "assertions.h"
#include "rlc.h"
#include "rlc_um.h"
......
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