X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_ul.h;h=00ec5d0bc7456a20d3e799f8950caa622144bbe3;hb=d48ca6903f310645ef58f09ad965f589660be068;hp=689eae6832a9975e4d924f4b4c675d1aef6176a4;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_ul.h b/src/5gnrrlc/kw_ul.h index 689eae683..00ec5d0bc 100755 --- a/src/5gnrrlc/kw_ul.h +++ b/src/5gnrrlc/kw_ul.h @@ -18,7 +18,7 @@ /********************************************************************20** - Name: LTE RLC file for uplink and non real time tasks + Name: NR RLC file for uplink and non real time tasks Type: C include file @@ -37,7 +37,7 @@ #define __KW_ULH__ /** - * @def KW_MEAS_IS_UL_IP_MEAS_ON_FOR_RB + * @def RLC_MEAS_IS_UL_IP_MEAS_ON_FOR_RB * * This macro is used to check if UL IP throughput measurement is ON * or off for the passed rb @@ -48,9 +48,9 @@ * @param[in] _rbCb RLC uplink control block * */ -#define KW_MEAS_IS_UL_IP_MEAS_ON_FOR_RB(_gCb, _rbCb) \ +#define RLC_MEAS_IS_UL_IP_MEAS_ON_FOR_RB(_gCb, _rbCb) \ ((_rbCb->rlcId.rbType == CM_LTE_DRB) && \ - (_gCb->u.ulCb->kwL2Cb.measOn[_rbCb->qci] & LKW_L2MEAS_UL_IP) && \ + (_gCb->u.ulCb->rlcL2Cb.measOn[_rbCb->qci] & LKW_L2MEAS_UL_IP) && \ (_rbCb->rbL2Cb.measOn & LKW_L2MEAS_UL_IP)) #endif /* __KW_ULH__ */