X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_dl.h;h=6fe855078d9326959f11cb35c71dfc767757af32;hb=3330932565e15a749fd5dd5039cdea2862ca51cc;hp=d34bb2db0cc2ffe17a68ba64155c7e9972350ccd;hpb=5d74fef7c9fe6b65a965ceac6bfe812872dab323;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_dl.h b/src/5gnrrlc/kw_dl.h index d34bb2db0..6fe855078 100755 --- a/src/5gnrrlc/kw_dl.h +++ b/src/5gnrrlc/kw_dl.h @@ -18,7 +18,7 @@ /********************************************************************20** - Name: LTE RLC file for downlink and non real time tasks + Name: NR RLC file for downlink and non real time tasks Type: C include file @@ -139,7 +139,7 @@ if(((_rlcRbCb)->rlcId.rbType == CM_LTE_DRB) && \ ((_rlcCb)->u.dlCb->rlcL2Cb.measOn[_rlcRbCb->qci] & LKW_L2MEAS_DL_DISC)) \ { \ - U32 idx1; \ + uint32_t idx1; \ for (idx1 = 0; idx1 < LKW_MAX_L2MEAS; idx1++) \ { \ if(_rlcCb->u.dlCb->rlcL2Cb.rlcL2EvtCb[idx1].measCb.measType & LKW_L2MEAS_DL_DISC) \