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
Michael Black
OpenXG-RAN
Commits
7e13688e
Commit
7e13688e
authored
Feb 08, 2017
by
Navid Nikaein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix again the compilation issue with flexran
parent
6b81ddf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
openair2/LAYER2/MAC/flexran_agent_scheduler_dlsch_ue.c
openair2/LAYER2/MAC/flexran_agent_scheduler_dlsch_ue.c
+5
-5
No files found.
openair2/LAYER2/MAC/flexran_agent_scheduler_dlsch_ue.c
View file @
7e13688e
...
...
@@ -1109,7 +1109,7 @@ flexran_schedule_ue_spec_common(mid_t mod_id,
for
(
UE_id
=
UE_list
->
head
;
UE_id
>=
0
;
UE_id
=
UE_list
->
next
[
UE_id
])
{
rnti
=
flexran_get_ue_crnti
(
mod_id
,
UE_id
);
eNB_UE_stats
=
mac_xface
->
get_eNB_UE_stats
(
mod
ule_idP
,
CC_id
,
rnti
);
eNB_UE_stats
=
mac_xface
->
get_eNB_UE_stats
(
mod
_id
,
CC_id
,
rnti
);
ue_sched_ctl
=
&
UE_list
->
UE_sched_ctrl
[
UE_id
];
if
(
eNB_UE_stats
==
NULL
)
{
...
...
@@ -1133,21 +1133,21 @@ flexran_schedule_ue_spec_common(mid_t mod_id,
continue
;
}
switch
(
mac_xface
->
get_transmission_mode
(
mod_id
P
,
CC_id
,
rnti
)){
switch
(
mac_xface
->
get_transmission_mode
(
mod_id
,
CC_id
,
rnti
)){
case
1
:
case
2
:
case
7
:
aggregation
=
get_aggregation
(
get_bw_index
(
mod
ule_idP
,
CC_id
),
aggregation
=
get_aggregation
(
get_bw_index
(
mod
_id
,
CC_id
),
eNB_UE_stats
->
DL_cqi
[
0
],
format1
);
break
;
case
3
:
aggregation
=
get_aggregation
(
get_bw_index
(
mod
ule_idP
,
CC_id
),
aggregation
=
get_aggregation
(
get_bw_index
(
mod
_id
,
CC_id
),
eNB_UE_stats
->
DL_cqi
[
0
],
format2A
);
break
;
default:
LOG_W
(
MAC
,
"Unsupported transmission mode %d
\n
"
,
mac_xface
->
get_transmission_mode
(
mod
ule_idP
,
CC_id
,
rnti
));
LOG_W
(
MAC
,
"Unsupported transmission mode %d
\n
"
,
mac_xface
->
get_transmission_mode
(
mod
_id
,
CC_id
,
rnti
));
aggregation
=
2
;
}
...
...
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