X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmt%2Fmt_ss.c;h=b91b442da97b13fc7427cf35dd64a866138e464a;hb=dfe84998d9dba8389ee232aa184bc3b5ae383db3;hp=8e9edd8302dcfaebe6fb7afe163d8840dd777d28;hpb=87c35884595a3166121854c3ae6e6e856f004ff4;p=o-du%2Fl2.git diff --git a/src/mt/mt_ss.c b/src/mt/mt_ss.c index 8e9edd830..b91b442da 100644 --- a/src/mt/mt_ss.c +++ b/src/mt/mt_ss.c @@ -164,18 +164,6 @@ #include #endif -#if defined(SPLIT_RLC_DL_TASK) && defined(RLC_MAC_STA_RSP_RBUF) -S16 rgBatchProc (Void); -#endif -#ifdef RLC_MAC_DAT_REQ_RBUF -S16 rgDlDatReqBatchProc ARGS(( - Void)); -#endif -#if defined(SPLIT_RLC_DL_TASK) && defined(RLC_MAC_STA_RSP_RBUF) -S16 rgBatchProc ARGS(( - Void)); -#endif - #ifdef TENB_T2K3K_SPECIFIC_CHANGES /* general purpose debug zone */ char my_buffer2[4096 * 4] = { 0 }; @@ -4655,9 +4643,6 @@ Void YsPhyRecvMsg(); #endif /* get a message from the demand queue */ /* RT Processing */ -#ifdef RLC_MAC_DAT_REQ_RBUF - rgDlDatReqBatchProc(); -#endif ret = mtTskHdlMsg(sTsk); if (ret != ROK) @@ -4665,9 +4650,6 @@ Void YsPhyRecvMsg(); /* exit the for loop here */ break; } -#if defined(SPLIT_RLC_DL_TASK) && defined(RLC_MAC_STA_RSP_RBUF) - rgBatchProc(); -#endif } return (NULLP);