Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spbro
OpenXG-RAN
Commits
d2f8276d
Commit
d2f8276d
authored
Jun 21, 2024
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dump-debug-inverted' into integration_2024_w25
parents
a7273f0d
9aaa7f10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
common/utils/LOG/log.h
common/utils/LOG/log.h
+3
-3
No files found.
common/utils/LOG/log.h
View file @
d2f8276d
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
*/
*/
#ifndef __LOG_H__
#ifndef __LOG_H__
#
define __LOG_H__
#define __LOG_H__
/*--- INCLUDES ---------------------------------------------------------------*/
/*--- INCLUDES ---------------------------------------------------------------*/
#include <unistd.h>
#include <unistd.h>
...
@@ -526,8 +526,8 @@ int32_t write_file_matlab(const char *fname, const char *vname, void *data, int
...
@@ -526,8 +526,8 @@ int32_t write_file_matlab(const char *fname, const char *vname, void *data, int
} while (0)
} while (0)
#define nfapi_log(FILE, FNC, LN, COMP, LVL, FMT...)
#define nfapi_log(FILE, FNC, LN, COMP, LVL, FMT...)
#define LOG_DEBUGFLAG(D) (g_log->d
ump
_mask & D)
#define LOG_DEBUGFLAG(D) (g_log->d
ebug
_mask & D)
#define LOG_DUMPFLAG(D) (g_log->d
ebug
_mask & D)
#define LOG_DUMPFLAG(D) (g_log->d
ump
_mask & D)
#define LOG_DUMPMSG(c, f, b, s, x...) \
#define LOG_DUMPMSG(c, f, b, s, x...) \
do { \
do { \
if (g_log->dump_mask & f) \
if (g_log->dump_mask & f) \
...
...
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