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
alex037yang
OpenXG-RAN
Commits
280e12ba
Commit
280e12ba
authored
Oct 17, 2019
by
Laurent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flush traces
parent
24de1caa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
executables/main-fs6.c
executables/main-fs6.c
+6
-0
No files found.
executables/main-fs6.c
View file @
280e12ba
...
...
@@ -1472,6 +1472,9 @@ void UL_cu_fs6(RU_t *ru, uint64_t *TS) {
}
void
*
cu_fs6
(
void
*
arg
)
{
setbuf
(
stdout
,
NULL
);
setbuf
(
stderr
,
NULL
);
RU_t
*
ru
=
(
RU_t
*
)
arg
;
//RU_proc_t *proc = &ru->proc;
fill_rf_config
(
ru
,
ru
->
rf_config_file
);
...
...
@@ -1509,6 +1512,9 @@ void *cu_fs6(void *arg) {
}
void
*
du_fs6
(
void
*
arg
)
{
setbuf
(
stdout
,
NULL
);
setbuf
(
stderr
,
NULL
);
RU_t
*
ru
=
(
RU_t
*
)
arg
;
//RU_proc_t *proc = &ru->proc;
fill_rf_config
(
ru
,
ru
->
rf_config_file
);
...
...
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