From 4251a5e285343f17415ef9898638dd6698ac2345 Mon Sep 17 00:00:00 2001 From: Balaji Shankaran Date: Tue, 18 Feb 2020 15:06:52 +0530 Subject: [PATCH] Trying to push into new branch Change-Id: Iae42607abdcd3eabe9f7e294324cf98776362a86 Signed-off-by: Balaji Shankaran --- src/du_app/du_cfg.c | 8 ++++---- src/du_app/du_cfg.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/du_app/du_cfg.c b/src/du_app/du_cfg.c index e4b8e06ed..d6196863d 100644 --- a/src/du_app/du_cfg.c +++ b/src/du_app/du_cfg.c @@ -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; diff --git a/src/du_app/du_cfg.h b/src/du_app/du_cfg.h index 517ff7e3e..4505daa9c 100644 --- a/src/du_app/du_cfg.h +++ b/src/du_app/du_cfg.h @@ -884,7 +884,7 @@ typedef struct duCellCb }DuCellCb; /*function declarations */ -void fillSlotConfig(); +void FillSlotConfig(); S16 readClCfg(); S16 readCfg(); S16 duReadCfg(); -- 2.16.6