X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Frg_sch_sc1.c;h=4a2a5bb9a9d906ce9a1d0ae247e6d6eb18a4a11a;hb=eb178a8cc45a9cebc65df73f128f88b3a3dfefbb;hp=49997af0d62e4ec8a3c334b7793cbe35d977e839;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/src/5gnrsch/rg_sch_sc1.c b/src/5gnrsch/rg_sch_sc1.c index 49997af0d..4a2a5bb9a 100755 --- a/src/5gnrsch/rg_sch_sc1.c +++ b/src/5gnrsch/rg_sch_sc1.c @@ -37,16 +37,7 @@ static int RLOG_MODULE_ID=4096; static int RLOG_FILE_ID=173; /* header include files -- defines (.h) */ -#include "envopt.h" /* environment options */ -#include "envdep.h" /* environment dependent */ -#include "envind.h" /* environment independent */ -#include "gen.h" /* general layer */ -#include "ssi.h" /* system service interface */ -#include "cm5.h" /* common timers */ -#include "cm_hash.h" /* common hash list */ -#include "cm_llist.h" /* common linked list library */ -#include "cm_err.h" /* common error */ -#include "cm_lte.h" /* common LTE */ +#include "common_def.h" #include "lrg.h" #include "rgr.h" #include "rgm.h" @@ -61,15 +52,6 @@ static int RLOG_FILE_ID=173; #include "rl_common.h" /* header/extern include files (.x) */ -#include "gen.x" /* general layer typedefs */ -#include "ssi.x" /* system services typedefs */ -#include "cm5.x" /* common timers */ -#include "cm_hash.x" /* common hash list */ -#include "cm_lib.x" /* common library */ -#include "cm_llist.x" /* common linked list */ -#include "cm_mblk.x" /* memory management */ -#include "cm_tkns.x" /* common tokens */ -#include "cm_lte.x" /* common tokens */ #include "tfu.x" /* RGU types */ #include "lrg.x" /* layer management typedefs for MAC */ #include "rgr.x" /* layer management typedefs for MAC */ @@ -632,7 +614,7 @@ RgSchCmnDlRbAllocInfo *allocInfo; ue = hqP->hqE->ue; #ifndef LTE_TDD - if((0 == schdTime.subframe) || (5 == schdTime.subframe)) + if((0 == schdTime.slot) || (5 == schdTime.slot)) { Bool reTxAllw; rgSCHCmnChkRetxAllowDtx(cell, ue, hqP, &reTxAllw);