X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Frgu.x;h=0338cee5ae8bf9b985ac5b4543593b34a615e986;hb=392607b7a8cbf1b7415b15517275dd1ef4e897a9;hp=98095166199f6ef37077f25d86da2de0b947d451;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/cm/rgu.x b/src/cm/rgu.x index 980951661..0338cee5a 100755 --- a/src/cm/rgu.x +++ b/src/cm/rgu.x @@ -396,6 +396,52 @@ typedef struct rguInfoRingElem U8 event; 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; /*!