X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.c;h=f441a108fe5d230012c7847416c0b9ea22b9cc9a;hb=b8b1f60bdc23cfcbb6e78e046439ec9676f9c6e1;hp=32ab5c23fdac6852e74aa2d3e851f2378afddda6;hpb=fa6899dae4aee415bbcfd00760b6e2b312ddceec;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.c b/src/5gnrsch/sch.c index 32ab5c23f..f441a108f 100644 --- a/src/5gnrsch/sch.c +++ b/src/5gnrsch/sch.c @@ -48,6 +48,7 @@ #include "sch.h" #include "sch_utils.h" #include "sch_fcfs.h" +#include "sch_slice_based.h" /** * @brief Task Initiation function. @@ -106,6 +107,7 @@ uint8_t schActvInit(Ent entity, Inst instId, Region region, Reason reason) void schAllApisInit(Inst inst) { schFcfsAllApisInit(&schCb[inst].allApis[SCH_FCFS]); + schSliceBasedAllApisInit(&schCb[inst].allApis[SCH_SLICE_BASED]); } /**