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=ce91d5cd5af28b166b1147bbdca029712a1d55de;hp=4b1f776371c0f507584a2bf095e33c800c5d34bb;hpb=5bca27d3d33c085718de6e894b875c845d7456d2;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); }