X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcm%2Ftfu.x;fp=src%2Fcm%2Ftfu.x;h=e190f355d516d372312537e4002203eb8982098c;hb=45d134510deb6902b870b4a0fb574b6075fba601;hp=e6466f678135e2b5735defa85fd487e8d9f893ae;hpb=392607b7a8cbf1b7415b15517275dd1ef4e897a9;p=o-du%2Fl2.git diff --git a/src/cm/tfu.x b/src/cm/tfu.x index e6466f678..e190f355d 100755 --- a/src/cm/tfu.x +++ b/src/cm/tfu.x @@ -2503,75 +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[MAX_RACH_PDU_PER_SLOT]; -}RachInd; - -typedef struct crcInfo -{ - uint32_t handle; - uint16_t rnti; - uint8_t harqId; - uint8_t tbCrcStatus; - uint16_t numCb; - uint8_t cbCrcStatus[MAX_CB_PER_TTI_IN_BYTES]; - uint8_t ul_cqi; - uint16_t timingAdvance; - uint16_t rssi; -}CrcInfo; - -typedef struct crcInd -{ - SlotIndInfo timingInfo; - uint16_t numCrc; - CrcInfo crcInfo[MAX_CRCS_PER_SLOT]; -}CrcInd; - -typedef struct -{ - uint32_t handle; - uint16_t rnti; - uint8_t harqId; - uint16_t pduLength; - uint8_t ul_cqi; - uint16_t timingAdvance; - uint16_t rssi; - uint8_t *pduData; -}RxDataIndPdu; - -typedef struct -{ - SlotIndInfo timingInfo; - uint16_t numPdus; - RxDataIndPdu pdus[MAX_ULSCH_PDUS_PER_TTI]; -}RxDataInd; - - typedef S16 (*TfuBndReq) ARGS(( Pst* pst, SuId suId, @@ -3128,12 +3059,6 @@ EXTERN S16 RgLiTfuDatInd ARGS(( TfuDatIndInfo * datInd )); -EXTERN S16 fapiMacSlotInd -( -Pst *pst, -SlotIndInfo *slotInd -); - EXTERN S16 RgLiTfuCrcInd ARGS(( Pst * pst, SuId suId, @@ -3164,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, @@ -3541,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. */ @@ -3570,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((