Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
22ca90a5
Commit
22ca90a5
authored
Jul 20, 2017
by
Anta Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the slice_maxmcs_uplink to flexran agent ulsch
parent
63182d7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
openair2/LAYER2/MAC/flexran_agent_scheduler_ulsch_ue.c
openair2/LAYER2/MAC/flexran_agent_scheduler_ulsch_ue.c
+4
-0
No files found.
openair2/LAYER2/MAC/flexran_agent_scheduler_ulsch_ue.c
View file @
22ca90a5
...
...
@@ -66,6 +66,10 @@ float slice_percentage_uplink[MAX_NUM_SLICES] = {0.5, 0.5, 0.0, 0.0};
float
slice_percentage_current_uplink
[
MAX_NUM_SLICES
]
=
{
0
.
5
,
0
.
5
,
0
.
0
,
0
.
0
};
float
total_slice_percentage_uplink
=
0
;
// MAX MCS for each slice for past and current time
int
slice_maxmcs_uplink
[
MAX_NUM_SLICES
]
=
{
16
,
16
,
16
,
16
};
int
slice_maxmcs_current_uplink
[
MAX_NUM_SLICES
]
=
{
28
,
28
,
28
,
28
};
/*resource blocks allowed*/
uint16_t
nb_rbs_allowed_slice_uplink
[
MAX_NUM_CCs
][
MAX_NUM_SLICES
];
/*Slice Update */
...
...
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