Skip to content
Snippets Groups Projects
Commit d67d8617 authored by Cédric Roux's avatar Cédric Roux
Browse files

integration fix: fix compilation error

parent 23ca4cfb
No related branches found
No related tags found
3 merge requests!433Merging develop into develop-nr,!430Develop nr merge2,!378Develop integration 2018 w35
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
extern int asn1_xer_print; extern int asn1_xer_print;
#if defined(ENB_MODE) #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_ERROR(x, args...) LOG_E(X2AP, x, ##args)
# define X2AP_WARN(x, args...) LOG_W(X2AP, x, ##args) # define X2AP_WARN(x, args...) LOG_W(X2AP, x, ##args)
# define X2AP_DEBUG(x, args...) LOG_D(X2AP, x, ##args) # define X2AP_DEBUG(x, args...) LOG_D(X2AP, x, ##args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment