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
lizhongxiao
OpenXG-RAN
Commits
1fc26f34
Commit
1fc26f34
authored
Apr 20, 2022
by
Vaibhav Shrivastava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated SIDL SEQUANS-1.1-66
parent
4527c668
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
openair3/SS/Sidl/lib/adbg/src/adbg.c
openair3/SS/Sidl/lib/adbg/src/adbg.c
+1
-8
No files found.
openair3/SS/Sidl/lib/adbg/src/adbg.c
View file @
1fc26f34
...
@@ -35,10 +35,6 @@
...
@@ -35,10 +35,6 @@
// Internal includes
// Internal includes
#include "adbg.h"
#include "adbg.h"
#include "acpCtx.h"
#include "acpCtx.h"
#if 0
// Tracepoint
#include <lttng/tracelog.h>
#endif
adbgGlobalLogger_t
adbgGlobalLogger
=
NULL
;
adbgGlobalLogger_t
adbgGlobalLogger
=
NULL
;
...
@@ -217,10 +213,7 @@ void adbgPrintFormatLog(acpCtx_t ctx)
...
@@ -217,10 +213,7 @@ void adbgPrintFormatLog(acpCtx_t ctx)
sz
++
;
sz
++
;
SIDL_ASSERT
(
ACP_CTX_CAST
(
ctx
)
->
logFormatBufMaxSize
>
sz
);
SIDL_ASSERT
(
ACP_CTX_CAST
(
ctx
)
->
logFormatBufMaxSize
>
sz
);
#if 0
lttng_ust_tracelog(LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG, "%s \n",
(char*)ACP_CTX_CAST(ctx)->logFormatBuf);
#endif
ACP_CTX_CAST
(
ctx
)
->
logger
((
const
char
*
)
ACP_CTX_CAST
(
ctx
)
->
logFormatBuf
);
ACP_CTX_CAST
(
ctx
)
->
logger
((
const
char
*
)
ACP_CTX_CAST
(
ctx
)
->
logFormatBuf
);
ACP_CTX_CAST
(
ctx
)
->
logBufSize
=
0
;
ACP_CTX_CAST
(
ctx
)
->
logBufSize
=
0
;
}
}
...
...
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