Commit a5f7a988 authored by wangdong's avatar wangdong

commit

parent 4b0c37c9
......@@ -505,19 +505,11 @@ skip_ue:
//* 分配的结果:将结果都存储到了 ue_ctrl->rballoc_sub_UE[CC_id][rbg] 之中!!!,最后所有rbg都分配
}
<<<<<<< HEAD
default_sched_dl_algo_t round_robin_dl = {
.name = "round_robin_dl",
.setup = rr_dl_setup,
.unset = rr_dl_unset,
.run = rr_dl_run,
=======
default_sched_dl_algo_t ai_dl = {
.name = "ai_dl",
.setup = ai_dl_setup,
.unset = ai_dl_unset,
.run = ai_dl_run,
>>>>>>> ade89ea2c860b72d368b3c03089889a6211e9255
.data = NULL
};
......
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