Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
d67d8617
Commit
d67d8617
authored
6 years ago
by
Cédric Roux
Browse files
Options
Downloads
Patches
Plain Diff
integration fix: fix compilation error
parent
23ca4cfb
No related branches found
No related tags found
3 merge requests
!433
Merging develop into develop-nr
,
!430
Develop nr merge2
,
!378
Develop integration 2018 w35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/X2AP/x2ap_common.h
+1
-1
1 addition, 1 deletion
openair2/X2AP/x2ap_common.h
with
1 addition
and
1 deletion
openair2/X2AP/x2ap_common.h
+
1
−
1
View file @
d67d8617
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment