Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
bb47f146
Commit
bb47f146
authored
Oct 03, 2014
by
knopp
Browse files
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5839
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
9b78af5e
Changes
1
Show whitespace changes
Inline
Side-by-side
openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
View file @
bb47f146
...
...
@@ -644,7 +644,7 @@ void schedule_ulsch_rnti(module_id_t module_idP,
UE_template
->
ul_SR
=
0
;
aggregation
=
process_ue_cqi
(
module_idP
,
UE_id
);
// =2 by default!!
status
=
mac_get_rrc_status
(
module_idP
,
1
,
UE_id
);
cqi_req
=
0
;
//
(status < RRC_CONNECTED)? 0:1;
cqi_req
=
(
status
<
RRC_CONNECTED
)
?
0
:
1
;
// new transmission
if
(
round
==
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