Commit bb47f146 authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5839 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 9b78af5e
...@@ -644,7 +644,7 @@ void schedule_ulsch_rnti(module_id_t module_idP, ...@@ -644,7 +644,7 @@ void schedule_ulsch_rnti(module_id_t module_idP,
UE_template->ul_SR = 0; UE_template->ul_SR = 0;
aggregation = process_ue_cqi(module_idP,UE_id); // =2 by default!! aggregation = process_ue_cqi(module_idP,UE_id); // =2 by default!!
status = mac_get_rrc_status(module_idP,1,UE_id); 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 // new transmission
if (round==0) { if (round==0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment