[EPIC-ID: ODUHIGH-488][TASK-ID: ODUHIGH-494]SCH framework update to support different... 22/10322/7
authorlal.harshita <Harshita.Lal@radisys.com>
Wed, 1 Feb 2023 14:15:38 +0000 (19:45 +0530)
committerlal.harshita <Harshita.Lal@radisys.com>
Tue, 7 Feb 2023 14:24:48 +0000 (19:54 +0530)
commit6636207100c598cd70537d177670ef131e263931
tree5f95f2ba058a99ee2c36e0190f01cf156498cea9
parentdf93fa14853abfc47879088f095dbba96bac3569
[EPIC-ID: ODUHIGH-488][TASK-ID: ODUHIGH-494]SCH framework update to support different scheduling algorithms

Signed-off-by: lal.harshita <Harshita.Lal@radisys.com>
Change-Id: I5b8a55adc3f6d8ce73dd2b94c989d900d5a2d2f2
Signed-off-by: lal.harshita <Harshita.Lal@radisys.com>
27 files changed:
src/5gnrmac/mac.h
src/5gnrmac/mac_cfg_hdl.c
src/5gnrmac/mac_harq_dl.h
src/5gnrmac/mac_msg_hdl.c
src/5gnrmac/mac_msg_router.c
src/5gnrmac/mac_rach.c
src/5gnrmac/mac_slot_ind.c
src/5gnrmac/mac_ue_mgr.c
src/5gnrmac/mac_ue_mgr.h
src/5gnrmac/rg.x
src/5gnrmac/rg_lmm.c
src/5gnrsch/sch.c
src/5gnrsch/sch.h
src/5gnrsch/sch_common.c
src/5gnrsch/sch_crc.c
src/5gnrsch/sch_drx.c
src/5gnrsch/sch_fcfs.c [new file with mode: 0644]
src/5gnrsch/sch_fcfs.h [new file with mode: 0644]
src/5gnrsch/sch_harq_dl.c
src/5gnrsch/sch_harq_ul.c
src/5gnrsch/sch_msg_router.c
src/5gnrsch/sch_rach.c
src/5gnrsch/sch_slot_ind.c
src/5gnrsch/sch_ue_mgr.c
src/cm/mac_sch_interface.c
src/cm/mac_sch_interface.h
src/du_app/du_mgr_main.c