Moving all common header file into common_def.h file
[o-du/l2.git] / src / du_app / du_cell_mgr.h
index 1f9a6e3..281f617 100644 (file)
@@ -19,7 +19,6 @@
 /* This file contains message handling functionality for DU APP */
 #ifndef __DU_CELL_MGR_H__
 #define __DU_CELL_MGR_H__
-
 #include "du_mgr.h"
 #include "du_log.h"
 #include "du_f1ap_msg_hdl.h"
@@ -27,8 +26,6 @@
 #include "rgr.h"
 #include "rgr.x"
 
-S16 procF1SetupRsp(F1AP_PDU_t *f1apMsg);
-S16 procCellsToBeActivated(Cells_to_be_Activated_List_t cellsToBeActivated);
 S16 duSendSchGnbCfg();
 S16 duSendSchGnbCfgToMac(RgrCfgReqInfo *cfgReq, U32 trans_id);
 #endif