X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_mgr_main.c;h=76066dafe6bf2ef9ef2895f036018a112201c95f;hb=a31737d4988c5e02d4998c16973b1048fa2be9a4;hp=6bc11c8ad7beff92588e97313b6072bd1b5d4c6b;hpb=2dc9d6735bc5ff973a761b7d6b3f71f97e95d60e;p=o-du%2Fl2.git diff --git a/src/du_app/du_mgr_main.c b/src/du_app/du_mgr_main.c index 6bc11c8ad..76066dafe 100644 --- a/src/du_app/du_mgr_main.c +++ b/src/du_app/du_mgr_main.c @@ -33,6 +33,7 @@ #ifdef O1_ENABLE #include "O1Interface.h" +#include "ConfigInterface.h" #endif @@ -84,6 +85,52 @@ uint8_t duAppInit(SSTskId sysTskId) return ROK; } +#ifdef O1_ENABLE +/******************************************************************* + * + * @brief Bring the cell Up + * + * @details + * + * Function : bringCellUp + * + * Functionality: + * - Bring the cell Up when requested from OAM + * + * @params[in] Cell Id + * @return true - success + * false - failure + * + * ****************************************************************/ + +bool bringCellUp(uint16_t cellId) +{ + return true; +} + +/******************************************************************* + * + * @brief Bring the cell Down + * + * @details + * + * Function : bringCellDown + * + * Functionality: + * - Bring the cell Down when requested from OAM + * + * @params[in] Cell Id + * @return true - success + * false - failure + * + * ****************************************************************/ + +bool bringCellDown(uint16_t cellId) +{ + return true; +} +#endif + /******************************************************************* * * @brief Initializes EGTP @@ -444,7 +491,6 @@ uint8_t tst(void) if(start_O1_module() != ROK) return RFAILED; #endif - //Initialize TAPA layers if(duInit() != ROK) {