X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Frgu.x;h=f43567d28780608921c8210200f219b0941e6fb7;hb=0a26c487f1b6bbb5217e47b15fa8273b2e749283;hp=98095166199f6ef37077f25d86da2de0b947d451;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/cm/rgu.x b/src/cm/rgu.x index 980951661..f43567d28 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; /*!