X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fmac_stub.c;h=94503ba78c8171945f4234ec5d8a1b4c22641942;hb=105199ef642ffe9736ea24a01d4546578fa25e60;hp=1b621bf020f5e4dc49c5debcd952f55ceef6a82c;hpb=0bdd575f55257e64b4becb4cee0df0dab2bac3fa;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/mac_stub.c b/src/5gnrrlc/mac_stub.c index 1b621bf02..94503ba78 100644 --- a/src/5gnrrlc/mac_stub.c +++ b/src/5gnrrlc/mac_stub.c @@ -17,7 +17,7 @@ *******************************************************************************/ #ifdef EGTP_TEST - +#include "common_def.h" #include "mac_stub.h" uint8_t rlcDatSn = 0; @@ -32,7 +32,7 @@ PUBLIC S16 macStubBOStatus(Pst *pst, SpId spId, RlcMacBOStatus *boSta) // SGetSBuf(pst->region, pst->pool, (Data **)&rspPst, sizeof(Pst)); - rspPst.selector = RGU_SEL_TC; + rspPst.selector = ODU_SELECTOR_TC; rspPst.srcEnt = pst->dstEnt; rspPst.dstEnt = pst->srcEnt; rspPst.dstInst = pst->srcInst; @@ -89,7 +89,7 @@ PUBLIC S16 macStubSendDlData(Pst *pst, SpId spId, RlcMacData *dlData) ulData->pduInfo[0].pduBuf = mBuf; /* Fill response post */ - rspPst.selector = RGU_SEL_TC; + rspPst.selector = ODU_SELECTOR_TC; rspPst.srcEnt = pst->dstEnt; rspPst.dstEnt = pst->srcEnt; rspPst.dstInst = pst->srcInst;