X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.h;fp=src%2F5gnrsch%2Fsch.h;h=379bb270ea0e7668dfedd7b73ae98261b6e86f0e;hb=9625bef129812dfbc9b0a55ee52395c2fa7fbd93;hp=dda54989ec4e6b806f821e6ef25cc4a1c5aa2355;hpb=f3638e5eecd563d0a02488afe54a6bf19b52ffad;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.h b/src/5gnrsch/sch.h index dda54989e..379bb270e 100644 --- a/src/5gnrsch/sch.h +++ b/src/5gnrsch/sch.h @@ -491,6 +491,10 @@ typedef struct schUeCb bool ueDrxInfoPres; SchDrxUeCb drxUeCb; #endif + bool k0K1TblPrsnt; + SchK0K1TimingInfoTbl k0K1InfoTbl; + bool k2TblPrsnt; + SchK2TimingInfoTbl k2InfoTbl; }SchUeCb; /** @@ -680,6 +684,9 @@ uint8_t SchProcCellCfgReq(Pst *pst, SchCellCfg *schCellCfg); uint8_t SchProcSlotInd(Pst *pst, SlotTimingInfo *slotInd); uint8_t SchProcRachInd(Pst *pst, RachIndInfo *rachInd); uint8_t SchProcCrcInd(Pst *pst, CrcIndInfo *crcInd); +uint8_t SchProcUlCqiInd(Pst *pst, SchUlCqiInd *ulCqiInd); +uint8_t SchProcDlCqiInd(Pst *pst, SchDlCqiInd *dlCqiInd); +uint8_t SchProcPhrInd(Pst *pst, SchPwrHeadroomInd *schPhrInd); uint8_t SchProcDlRlcBoInfo(Pst *pst, DlRlcBoInfo *dlBoInfo); uint8_t SchAddUeConfigReq(Pst *pst, SchUeCfgReq *ueCfgToSch); uint8_t SchProcBsr(Pst *pst, UlBufferStatusRptInd *bsrInd);