Fix for seg fault at 5th and 20th slot and SIB1
[o-du/l2.git] / src / cm / mac_sch_interface.c
index a0a6147..c8d12a6 100644 (file)
@@ -76,6 +76,25 @@ int packSchMacDlBrdcstAlloc(Pst *pst, DlBrdcstAlloc  *dlBrdcstAlloc)
        return ROK;
 }
 
+/**
+ * @brief function to pack UL Sch Info  message 
+ *        from SCH to MAC
+ *
+ * @details
+ *
+ *     Function : packSchMacUlSchInfo 
+ *     
+ *     
+ *  @param[in]  Pst *pst, the post structure     
+ *  @param[in]  *ulSchInfo, UlSchInfo
+ *  @return  S16
+ *      -# ROK
+ **/
+int packSchMacUlSchInfo(Pst *pst, UlSchInfo *ulSchInfo)
+{
+       return ROK;
+}
+
 /**
  * @brief function to pack cell cfg from MAC to SCH
  *