X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Frgu.x;h=fa724ed962a1c84c86374e6baefcf6092e3dd983;hb=42f73fef5ef8722af83284e0f146b2da693a1f68;hp=0338cee5ae8bf9b985ac5b4543593b34a615e986;hpb=fe3e15254e67fd96dbfabec4bf7245c3b64ee415;p=o-du%2Fl2.git diff --git a/src/cm/rgu.x b/src/cm/rgu.x index 0338cee5a..fa724ed96 100755 --- a/src/cm/rgu.x +++ b/src/cm/rgu.x @@ -259,7 +259,7 @@ typedef struct rguDDatIndInfo CmLteRnti rnti; /*!< UE ID */ U8 numLch; /*!< Number of logical channels within the UE that has data */ - RguLchDatInd lchData[RGU_MAX_LC]; /*!< Data buffers of logical channels */ + RguLchDatInd lchData[MAX_NUM_LC]; /*!< Data buffers of logical channels */ #ifdef LTE_L2_MEAS U32 ttiCnt; /*!< The Current TTI in the Cell */ U8 burstInd; /*!< Indicates the Burst Start or End */ @@ -397,51 +397,6 @@ typedef struct rguInfoRingElem Void *msg; }RguInfoRingElem; -/* Buffer occupancy status information */ -typedef struct rlcMacBOStatus -{ - CmLteCellId cellId; /*!< CELL ID */ - CmLteRnti rnti; /*!< UE ID */ - Bool commCh; /*!< Common or Dedicated Channel */ - CmLteLcId lcId; /*!< Logical channel ID */ - S32 bo; /*!< Buffer occupancy reported by RLC */ -}RlcMacBOStatus; - -/* Schedule result report from RLC to MAC */ -typedef struct rlcMacLchSta -{ - Bool commCh; /*!