Skip to content
GitLab
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
c4c288cb
Commit
c4c288cb
authored
Jul 08, 2016
by
Cédric Roux
Browse files
minor bugfix
parent
3310c2a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/utils/T/tracer/logger/iqlog.c
View file @
c4c288cb
...
...
@@ -169,7 +169,7 @@ logger *new_iqlog(event_handler *h, void *database,
}
if
(
strcmp
(
f
.
type
[
ret
->
N_RB_UL_arg
],
"int"
)
!=
0
)
{
printf
(
"%s:%d: argument '%s' has wrong type (should be 'int')
\n
"
,
__FILE__
,
__LINE__
,
nb_rb
);
__FILE__
,
__LINE__
,
N_RB_UL
);
abort
();
}
if
(
strcmp
(
f
.
type
[
ret
->
symbols_per_tti_arg
],
"int"
)
!=
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment