Commit 1de8776c authored by masayuki.harada's avatar masayuki.harada

Fix compile error

parent 0555b108
...@@ -623,7 +623,7 @@ eNB_dlsch_ulsch_scheduler(module_id_t module_idP, ...@@ -623,7 +623,7 @@ eNB_dlsch_ulsch_scheduler(module_id_t module_idP,
UE_info->eNB_UE_stats[CC_id][UE_id].total_num_pdus, UE_info->eNB_UE_stats[CC_id][UE_id].total_num_pdus,
UE_info->eNB_UE_stats[CC_id][UE_id].total_rbs_used, UE_info->eNB_UE_stats[CC_id][UE_id].total_rbs_used,
#if defined(PRE_SCD_THREAD) #if defined(PRE_SCD_THREAD)
dl_buffer_total[CC_id][UE_id], UE_info->UE_template[CC_id][UE_id].dl_buffer_total,
#else #else
0, 0,
#endif #endif
......
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