*
* @details
*
- * Function : fillSlotConfig
+ * Function : FillSlotConfig
*
* Functionality:Fill the Slot configuration values
*
* RFAILED - failure
*
* ****************************************************************/
-void fillSlotConfig()
+void FillSlotConfig()
{
U8 slot;
U8 symbol;
*
* Functionality:
* - Fills up the cell configuration for CL.
- * - Calls fillSlotConfig()
+ * - Calls FillSlotConfig()
*
* @params[in] void
* @return ROK - success
duCfgParam.clCellCfg.tddCfg.pres = TRUE;
duCfgParam.clCellCfg.tddCfg.tddPeriod = TDD_PERIODICITY;
- fillSlotConfig();
+ FillSlotConfig();
/* RSSI Measurement configuration */
duCfgParam.clCellCfg.rssiUnit = RSS_MEASUREMENT_UNIT;