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
lizhongxiao
OpenXG-RAN
Commits
17c36d0f
Commit
17c36d0f
authored
Jun 25, 2020
by
masayuki.harada
Committed by
Haruki NAOI
Jul 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix RB assign of PUSCH for multi bearer.
(cherry picked from commit 63e04f586948f15f125ad464d228fc19ceae7559)
parent
c4167d8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
+3
-2
No files found.
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
View file @
17c36d0f
...
...
@@ -3943,8 +3943,9 @@ void ulsch_scheduler_pre_ue_select_fairRR(
}
if
(
i
<
ulsch_ue_select
[
CC_id
].
ue_num
){
LOG_E
(
MAC
,
"ulsch_scheduler_pre_ue_select_fairRR: UE volte select(last_ulsch_ue_id %d l_last_ulsch_ue_id_volte %d)
\n
"
,
last_ulsch_ue_id
[
CC_id
],
l_last_ulsch_ue_id_volte
[
CC_id
]);
ulsch_ue_select
[
CC_id
].
list
[
i
].
ul_total_buffer
+=
first_ue_total
[
CC_id
][
temp
];
LOG_D
(
MAC
,
"ulsch_scheduler_pre_ue_select_fairRR: UE volte select(last_ulsch_ue_id %d l_last_ulsch_ue_id_volte %d) add nonVoLTE buffer to scheduling %d %d
\n
"
,
last_ulsch_ue_id
[
CC_id
],
l_last_ulsch_ue_id_volte
[
CC_id
],
ulsch_ue_select
[
CC_id
].
list
[
i
].
ul_total_buffer
,
first_ue_total
[
CC_id
][
temp
]);
continue
;
}
...
...
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