Trying to push into new branch 30/2530/1
authorBalaji Shankaran <balaji.shankaran@radisys.com>
Tue, 18 Feb 2020 09:36:52 +0000 (15:06 +0530)
committerBalaji Shankaran <balaji.shankaran@radisys.com>
Tue, 18 Feb 2020 09:39:25 +0000 (15:09 +0530)
Change-Id: Iae42607abdcd3eabe9f7e294324cf98776362a86
Signed-off-by: Balaji Shankaran <balaji.shankaran@radisys.com>
src/du_app/du_cfg.c
src/du_app/du_cfg.h

index e4b8e06..d619686 100644 (file)
@@ -37,7 +37,7 @@ extern DuCfgParams duCfgParam;
  *
  * @details
  *
- *    Function : fillSlotConfig
+ *    Function : FillSlotConfig
  *
  *    Functionality:Fill the Slot configuration values
  * 
@@ -46,7 +46,7 @@ extern DuCfgParams duCfgParam;
  *         RFAILED - failure
  *
  * ****************************************************************/
-void fillSlotConfig()
+void FillSlotConfig()
 {
    U8 slot;
    U8 symbol;
@@ -77,7 +77,7 @@ void fillSlotConfig()
  *
  *    Functionality:
  *       - Fills up the cell configuration for CL.
- *       - Calls fillSlotConfig()  
+ *       - Calls FillSlotConfig()  
  *
  * @params[in] void
  * @return ROK     - success
@@ -169,7 +169,7 @@ S16 readClCfg()
    duCfgParam.clCellCfg.tddCfg.pres = TRUE;
    duCfgParam.clCellCfg.tddCfg.tddPeriod = TDD_PERIODICITY;
 
-   fillSlotConfig();
+   FillSlotConfig();
 
    /* RSSI Measurement configuration */
    duCfgParam.clCellCfg.rssiUnit = RSS_MEASUREMENT_UNIT;
index 517ff7e..4505daa 100644 (file)
@@ -884,7 +884,7 @@ typedef struct duCellCb
 }DuCellCb;
 
 /*function declarations */
-void fillSlotConfig();
+void FillSlotConfig();
 S16 readClCfg();
 S16 readCfg();
 S16 duReadCfg();