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
2a9f33e3
Commit
2a9f33e3
authored
Aug 21, 2020
by
Haruki NAOI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: no DL data about Volte UE.
(cherry picked from commit 9e300b225d5004fd93bf320fad8096006e56006f)
parent
64d70966
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
+4
-4
No files found.
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
View file @
2a9f33e3
...
...
@@ -322,7 +322,6 @@ void select_dl_ue_candidate(
(
UE_scheduling_control
->
dl_volte_ue_select_flag
==
FALSE
)
){
/* VoLTE UE select flag check */
continue
;
}
UE_scheduling_control
->
dl_volte_ue_select_flag
=
FALSE
;
/* VoLTE UE select flag set -> init */
ue_sched_ctl
=
&
UE_list
->
UE_sched_ctrl
[
UE_id
];
...
...
@@ -371,9 +370,6 @@ void select_dl_ue_candidate(
}
dl_ue_candidate
[
CC_id
][
index
]
=
UE_id
;
index
++
;
if
(
ue_sched_ctl
->
dl_volte_ue_select_flag
==
TRUE
){
ue_sched_ctl
->
dl_volte_ue_select_flag
=
FALSE
;
/* VoLTE UE select flag set -> init */
}
if
(
index
==
dlsch_ue_max_num
[
CC_id
])
break
;
}
}
...
...
@@ -1509,6 +1505,10 @@ schedule_ue_spec_fairRR(module_id_t module_idP,
eNB_UE_stats
=
&
UE_list
->
eNB_UE_stats
[
CC_id
][
UE_id
];
ue_sched_ctl
=
&
UE_list
->
UE_sched_ctrl
[
UE_id
];
if
(
ue_sched_ctl
->
dl_volte_ue_select_flag
==
TRUE
){
ue_sched_ctl
->
dl_volte_ue_select_flag
=
FALSE
;
}
/*
switch(get_tmode(module_idP,CC_id,UE_id)){
case 0:
...
...
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