Fix to update modulation details when UE is reconfigured
[o-du/l2.git] / src / 5gnrrlc / kw_ul.h
index 689eae6..00ec5d0 100755 (executable)
@@ -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__ */
 \f