X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_mgr_ex_ms.c;h=5e26c06053d961eb21c08935721eec4bcc39c722;hb=db7b9962e15a271b0f0757ae58f86552f4054b08;hp=4028122558f71e76910b8b8cc8165eb2146344e9;hpb=514d4c21e79d37636005186dd9ac5510742b7618;p=o-du%2Fl2.git diff --git a/src/du_app/du_mgr_ex_ms.c b/src/du_app/du_mgr_ex_ms.c index 402812255..5e26c0605 100644 --- a/src/du_app/du_mgr_ex_ms.c +++ b/src/du_app/du_mgr_ex_ms.c @@ -232,9 +232,9 @@ uint8_t duActvTsk(Pst *pst, Buffer *mBuf) ret = unpackMacCellCfgCfm(duHandleMacCellCfgCfm, pst, mBuf); break; } - case EVENT_MAC_SLOT_IND: + case EVENT_MAC_CELL_UP_IND: { - ret = unpackMacSlotInd(duHandleSlotInd, pst, mBuf); + ret = unpackMacCellUpInd(duHandleCellUpInd, pst, mBuf); break; } case EVENT_MAC_STOP_IND: