Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
sorin rosenberg
openairinterface5G
Commits
cae34e0f
Commit
cae34e0f
authored
Dec 01, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T: minor fix - wrong comments
parent
f89c70df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common/utils/T/tracer/logger/ticked_ttilog.c
common/utils/T/tracer/logger/ticked_ttilog.c
+2
-2
No files found.
common/utils/T/tracer/logger/ticked_ttilog.c
View file @
cae34e0f
...
@@ -108,7 +108,7 @@ logger *new_ticked_ttilog(event_handler *h, void *database,
...
@@ -108,7 +108,7 @@ logger *new_ticked_ttilog(event_handler *h, void *database,
f
=
get_format
(
database
,
event_id
);
f
=
get_format
(
database
,
event_id
);
/* look for frame
,
subframe
and data args
*/
/* look for frame
and
subframe */
ret
->
tick_frame_arg
=
-
1
;
ret
->
tick_frame_arg
=
-
1
;
ret
->
tick_subframe_arg
=
-
1
;
ret
->
tick_subframe_arg
=
-
1
;
for
(
i
=
0
;
i
<
f
.
count
;
i
++
)
{
for
(
i
=
0
;
i
<
f
.
count
;
i
++
)
{
...
@@ -143,7 +143,7 @@ logger *new_ticked_ttilog(event_handler *h, void *database,
...
@@ -143,7 +143,7 @@ logger *new_ticked_ttilog(event_handler *h, void *database,
f
=
get_format
(
database
,
event_id
);
f
=
get_format
(
database
,
event_id
);
/* look for frame
and
subframe */
/* look for frame
,
subframe
and data args
*/
ret
->
data_frame_arg
=
-
1
;
ret
->
data_frame_arg
=
-
1
;
ret
->
data_subframe_arg
=
-
1
;
ret
->
data_subframe_arg
=
-
1
;
ret
->
data_arg
=
-
1
;
ret
->
data_arg
=
-
1
;
...
...
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