X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_upr_inf_api.c;h=72f816d7c0208773c123f32933386079a26a35e8;hb=a9e15890b397c8fe514ccd82cf1c8541099fe573;hp=4b1f776371c0f507584a2bf095e33c800c5d34bb;hpb=ca0353e5cb5699aecb6840efe9572934a1150e2b;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_upr_inf_api.c b/src/5gnrmac/mac_upr_inf_api.c index 4b1f77637..72f816d7c 100644 --- a/src/5gnrmac/mac_upr_inf_api.c +++ b/src/5gnrmac/mac_upr_inf_api.c @@ -173,7 +173,7 @@ uint8_t MacDuAppUlCcchInd(Pst *pst, UlCcchIndInfo *ulCcchIndInfo) * RFAILED - failure * * ****************************************************************/ -uint8_t MacSendUlDataToRlc(Pst *pst, RlcData *ulData) +uint8_t MacSendUlDataToRlc(Pst *pst, RlcUlData *ulData) { return (*rlcMacSendUlDataOpts[pst->selector])(pst, ulData); }