Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
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
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,
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_subframe_arg
=
-
1
;
for
(
i
=
0
;
i
<
f
.
count
;
i
++
)
{
...
...
@@ -143,7 +143,7 @@ logger *new_ticked_ttilog(event_handler *h, void *database,
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_subframe_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