X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_utl_dl.c;h=bfbb505d69afa00db9e051faacfa10b20ee19238;hb=f59409f0901831b9e116b7d37cd4dbf247cdde1f;hp=2742a8aa6ca2eee1dac550ae2ce0b1c751722aa2;hpb=d10b52519198632f93deae9574adc69c7ce12efa;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_utl_dl.c b/src/5gnrrlc/kw_utl_dl.c index 2742a8aa6..bfbb505d6 100755 --- a/src/5gnrrlc/kw_utl_dl.c +++ b/src/5gnrrlc/kw_utl_dl.c @@ -44,22 +44,12 @@ static int RLOG_FILE_ID=209; */ /* header (.h) include files */ -#include "envopt.h" /* environment options */ -#include "envdep.h" /* environment dependent */ -#include "envind.h" /* environment independent */ + +#include "common_def.h" /* kw005.201 added support for L2 Measurement */ #ifdef LTE_L2_MEAS #include #endif -#include -#include "gen.h" /* general */ -#include "ssi.h" /* system services */ -#include "cm5.h" /* common timer defines */ -#include "cm_tkns.h" /* common tokens defines */ -#include "cm_mblk.h" /* common memory allocation library defines */ -#include "cm_llist.h" /* common link list defines */ -#include "cm_hash.h" /* common hash list defines */ -#include "cm_lte.h" /* common LTE defines */ #include "ckw.h" /* CKW defines */ #include "kwu.h" /* CKW defines */ #include "lkw.h" /* LKW defines */ @@ -72,16 +62,6 @@ static int RLOG_FILE_ID=209; #include "kw_dl.h" /* extern (.x) include files */ -#include "gen.x" /* general */ -#include "ssi.x" /* system services */ - -#include "cm5.x" /* common timer library */ -#include "cm_tkns.x" /* common tokens */ -#include "cm_mblk.x" /* common memory allocation */ -#include "cm_llist.x" /* common link list */ -#include "cm_hash.x" /* common hash list */ -#include "cm_lte.x" /* common LTE includes */ -#include "cm_lib.x" /* common memory allocation library */ #include "ckw.x" /* CKW includes */ #include "kwu.x" /* KWU includes */ #include "lkw.x" /* LKW inlcudes */ @@ -257,7 +237,6 @@ RguDDatReqInfo *datReqInfo; RguDDatReqPerUe datPerUe; /* DL data info per UE */ RguDatReqTb datPerTb; /* DL data info per TB */ RguLchDatReq datPerLch; /* DL data info per Lch */ - RguPduInfo pduInfo; /* DL RLC PDU infor */ RlcMacData *dlData; /* DL data to be sent to MAC */ TRC3(KwLiRguDDatReq) @@ -303,11 +282,11 @@ RguDDatReqInfo *datReqInfo; } /* For Data per UE */ /* Check if to be freed here */ - /* - SPutSBuf(post->region, + + KW_FREE_SHRABL_BUF(post->region, post->pool, - (Data *)datReqInfo, sizeof(RguDDatReqInfo)); - */ + datReqInfo, sizeof(RguDDatReqInfo)); + RETVALUE(ROK); }/* End of KwLiRguDDatReq */