X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Ftfu.x;h=e190f355d516d372312537e4002203eb8982098c;hb=aee73991f728cc127d1ed76d5a52571d916235a4;hp=edf2d9c93a6ef5dd441bd52f53bd71be50db4076;hpb=b490cd1231cfcc837e8bfccc40c6bb106dceef7c;p=o-du%2Fl2.git diff --git a/src/cm/tfu.x b/src/cm/tfu.x index edf2d9c93..e190f355d 100755 --- a/src/cm/tfu.x +++ b/src/cm/tfu.x @@ -2503,35 +2503,6 @@ typedef struct tfuDelDatReqInfo } TfuDelDatReqInfo; #endif -typedef struct slotIndInfo -{ - U16 sfn; - U16 slot; -}SlotIndInfo; - -typedef struct rachPreamInfo -{ - uint8_t preamIdx; - uint16_t timingAdv; -}RachPreamInfo; - -typedef struct rachPduInfo -{ - uint16_t pci; - uint8_t symbolIdx; - uint8_t slotIdx; - uint8_t freqIdx; - uint8_t numPream; - RachPreamInfo preamInfo[MAX_PREAM_PER_SLOT]; -}RachPduInfo; - -typedef struct rachInd -{ - SlotIndInfo timingInfo; - uint8_t numPdu; - RachPduInfo rachPdu[MAC_RACH_PDU_PER_SLOT]; -}RachInd; - typedef S16 (*TfuBndReq) ARGS(( Pst* pst, SuId suId, @@ -3088,12 +3059,6 @@ EXTERN S16 RgLiTfuDatInd ARGS(( TfuDatIndInfo * datInd )); -EXTERN S16 fapiMacSlotInd -( -Pst *pst, -SlotIndInfo *slotInd -); - EXTERN S16 RgLiTfuCrcInd ARGS(( Pst * pst, SuId suId, @@ -3124,11 +3089,6 @@ EXTERN S16 RgLiTfuTtiInd ARGS(( TfuTtiIndInfo * ttiInd )); -EXTERN int macSchSlotInd ARGS(( - Pst * pst, - SlotIndInfo * slotInd -)); - #if defined(TENB_T2K3K_SPECIFIC_CHANGES) && defined(LTE_TDD) EXTERN S16 RgLiTfuNonRtInd ARGS(( Pst * pst, @@ -3501,11 +3461,6 @@ EXTERN S16 cmUnpackSlotInd ARGS(( Buffer *mBuf )); -typedef int (*MacSchSlotIndFunc) ARGS(( - Pst *pst, /* Post Structure */ - SlotIndInfo *slotInd /* slot ind Info */ -)); - #if defined(TENB_T2K3K_SPECIFIC_CHANGES) && defined(LTE_TDD) /** @brief This API is the non-rt indication from PHY to MAC. */ @@ -3530,14 +3485,6 @@ EXTERN S16 cmPkTfuSchTtiInd ARGS(( SuId suId, TfuTtiIndInfo * ttiInd )); -/** @brief This API is the TTI indication from PHY to SCH. - */ -EXTERN S16 cmUnpackMacSchSlotInd ARGS(( - MacSchSlotIndFunc func, - Pst * pst, - Buffer *mBuf -)); - /** @brief This API is used to convey the PUCCH delta power from PHY to SCH. */ EXTERN S16 cmPkTfuPucchDeltaPwrInd ARGS((