Support for Intel-L1 Timer mode
[o-du/l2.git] / src / cm / mac_sch_interface.c
index 3dab44f..14417cd 100644 (file)
@@ -327,7 +327,34 @@ uint8_t packMacSchSrUciInd(Pst *pst, SrUciIndInfo *uciInd)
    return ROK;
 }
 
-
+/*******************************************************************
+ *
+ * @brief Pack and Send UE Reconfig Request from MAC to SCH
+ *
+ * @details
+ *
+ *    Function : packMacSchUeReconfigReq
+ *
+ *    Functionality:
+ *       Pack and Send UE Reconfig Request from MAC to SCH
+ *
+ * @params[in]
+ * @return ROK     - success
+ *         RFAILED - failure
+ *
+ * ****************************************************************/
+uint8_t packMacSchUeReconfigReq(Pst *pst, SchUeCfg  *ueCfg)
+{
+   if((pst->selector == ODU_SELECTOR_LC) || (pst->selector == ODU_SELECTOR_LC))
+   {
+      /* TODO */
+   }
+   else
+   {
+      return RFAILED; 
+   }
+   return ROK;
+}
 
 /**********************************************************************
   End of file