X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.h;h=efc7851797b54ee25cce10440acf087f18170d25;hb=c4b8f7a0c5c6491323c6a87b2d1031d61ee0188e;hp=ab2989d470395007c15da9fc948aae75ada2334f;hpb=50aa3f9538e700074800c809f226760079e68d4a;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.h b/src/5gnrsch/sch.h index ab2989d47..efc785179 100644 --- a/src/5gnrsch/sch.h +++ b/src/5gnrsch/sch.h @@ -60,7 +60,6 @@ SPutSBuf(SCH_MEM_REGION, SCH_POOL, \ (Data *)_datPtr, _size); - #define SCH_FILL_RSP_PST(_rspPst, _inst)\ { \ _rspPst.srcProcId = SFndProcId(); \ @@ -102,6 +101,7 @@ typedef struct schDlAlloc bool sib1Pres; bool rarPres; RarInfo rarInfo; + Msg4Info *msg4Info; }SchDlAlloc; typedef struct schRaCb @@ -156,7 +156,7 @@ SchCb schCb[SCH_MAX_INST]; uint8_t schBroadcastAlloc(SchCellCb *cell, DlBrdcstAlloc *dlBrdcstAlloc,uint16_t slot); uint8_t schProcessSlotInd(SlotIndInfo *slotInd, Inst inst); uint8_t schUlResAlloc(SchCellCb *cell, Inst schInst); - +uint8_t schDlRsrcAllocMsg4(Msg4Alloc *msg4Alloc, SchCellCb *cell, uint16_t slot); /**********************************************************************