Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
745d0f67
Commit
745d0f67
authored
Oct 02, 2014
by
gauthier
Browse files
Added RLC IND TRACE
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5828
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
67ba972b
Changes
2
Hide whitespace changes
Inline
Side-by-side
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um.c
View file @
745d0f67
...
...
@@ -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
];
...
...
openair2/LAYER2/RLC/UM_v9.3.0/rlc_um_reassembly.c
View file @
745d0f67
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment