X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_cell_mgr.h;h=37027b758690e2bf9ca0954f0666d69879afde57;hb=45d134510deb6902b870b4a0fb574b6075fba601;hp=3940f86b9a47d7dd5d5c0d68899d27c6382d7452;hpb=8660dd47a5ef27b62300fabf6b027852f1d5d026;p=o-du%2Fl2.git diff --git a/src/du_app/du_cell_mgr.h b/src/du_app/du_cell_mgr.h index 3940f86b9..37027b758 100644 --- a/src/du_app/du_cell_mgr.h +++ b/src/du_app/du_cell_mgr.h @@ -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,11 +26,9 @@ #include "rgr.h" #include "rgr.x" -S16 procF1SetupRsp(F1AP_PDU_t *f1apMsg); -S16 procCellsToBeActivated(Cells_to_be_Activated_List_t cellsToBeActivated); -S16 procE2SetupRsp(E2AP_PDU_t *e2apMsg); S16 duSendSchGnbCfg(); S16 duSendSchGnbCfgToMac(RgrCfgReqInfo *cfgReq, U32 trans_id); +uint8_t procF1SetupRsp(F1AP_PDU_t *f1apMsg); #endif /********************************************************************** End of file