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
ZhouShuya
OpenXG-RAN
Commits
544da9f5
Commit
544da9f5
authored
Mar 26, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove warnings from rt_wrapper.c
parent
77363df0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
targets/RT/USER/rt_wrapper.c
targets/RT/USER/rt_wrapper.c
+5
-0
No files found.
targets/RT/USER/rt_wrapper.c
View file @
544da9f5
...
@@ -38,6 +38,10 @@
...
@@ -38,6 +38,10 @@
* \warning
* \warning
*/
*/
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "rt_wrapper.h"
#include "rt_wrapper.h"
static
int
latency_target_fd
=
-
1
;
static
int
latency_target_fd
=
-
1
;
static
int32_t
latency_target_value
=
0
;
static
int32_t
latency_target_value
=
0
;
...
@@ -154,6 +158,7 @@ int fill_modeled_runtime_table(uint16_t runtime_phy_rx[29][6],
...
@@ -154,6 +158,7 @@ int fill_modeled_runtime_table(uint16_t runtime_phy_rx[29][6],
runtime_phy_tx
[
i
][
j
]
=
cell_processing_dl
[
j
]
+
platform_processing_dl
+
user_processing_dl_err
[
j
]
+
user_processing_dl_a
[
j
]
*
i
+
user_processing_dl_b
[
j
];
runtime_phy_tx
[
i
][
j
]
=
cell_processing_dl
[
j
]
+
platform_processing_dl
+
user_processing_dl_err
[
j
]
+
user_processing_dl_a
[
j
]
*
i
+
user_processing_dl_b
[
j
];
}
}
}
}
return
0
;
}
}
// int runtime_upper_layers[6]; // values for different RBs
// int runtime_upper_layers[6]; // values for different RBs
...
...
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