[JIRA ID: ODUHIGH-242] RB configuration for Ue Context Setup for RLC
[o-du/l2.git] / src / cm / tfu.x
index edf2d9c..e190f35 100755 (executable)
@@ -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((