Skip to content
GitLab
Menu
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
d67d8617
Commit
d67d8617
authored
Aug 31, 2018
by
Cedric Roux
Browse files
integration fix: fix compilation error
parent
23ca4cfb
Changes
1
Show whitespace changes
Inline
Side-by-side
openair2/X2AP/x2ap_common.h
View file @
d67d8617
...
...
@@ -60,7 +60,7 @@
extern
int
asn1_xer_print
;
#if defined(ENB_MODE)
# include "log.h"
# include "
common/utils/LOG/
log.h"
# define X2AP_ERROR(x, args...) LOG_E(X2AP, x, ##args)
# define X2AP_WARN(x, args...) LOG_W(X2AP, x, ##args)
# define X2AP_DEBUG(x, args...) LOG_D(X2AP, x, ##args)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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