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
canghaiwuhen
OpenXG-RAN
Commits
f3e7834f
Commit
f3e7834f
authored
Jan 16, 2019
by
wujing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CQI issue found by RM1901
parent
8dff96ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
+2
-2
No files found.
openair2/LAYER2/MAC/eNB_scheduler_fairRR.c
View file @
f3e7834f
...
@@ -2758,12 +2758,12 @@ void schedule_ulsch_rnti_fairRR(module_id_t module_idP,
...
@@ -2758,12 +2758,12 @@ void schedule_ulsch_rnti_fairRR(module_id_t module_idP,
if
(
cc
->
tdd_Config
)
{
if
(
cc
->
tdd_Config
)
{
switch
(
cc
->
tdd_Config
->
subframeAssignment
)
{
switch
(
cc
->
tdd_Config
->
subframeAssignment
)
{
case
1
:
case
1
:
if
(
s
ubframeP
==
1
||
subframeP
==
6
)
cqi_req
=
0
;
if
(
s
ched_subframeP
==
1
||
sched_
subframeP
==
6
)
cqi_req
=
0
;
break
;
break
;
case
3
:
case
3
:
if
(
subframeP
==
1
)
cqi_req
=
0
;
if
(
s
ched_s
ubframeP
==
1
)
cqi_req
=
0
;
break
;
break
;
...
...
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