X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_cell_mgr.c;h=522801e462dcb71caaf271f906dc22214c7986f6;hb=3360eb21f592bfe7249f501fa59ef8739b8589c2;hp=1af02edaa8be8e8d466fc3104572442f81010618;hpb=5ea4c59cb4dd37164953218b0bd355284e11d22c;p=o-du%2Fl2.git diff --git a/src/du_app/du_cell_mgr.c b/src/du_app/du_cell_mgr.c index 1af02edaa..522801e46 100644 --- a/src/du_app/du_cell_mgr.c +++ b/src/du_app/du_cell_mgr.c @@ -16,7 +16,7 @@ ################################################################################ *******************************************************************************/ -/* This file contains message handling functionality for DU APP */ +/* This file contains message handling functionality for DU cell management */ #include "du_cell_mgr.h" extern DuCfgParams duCfgParam; @@ -76,7 +76,7 @@ S16 procCellsToBeActivated(Cells_to_be_Activated_List_t cellsToActivate) cellCb->cellInfo.nrPci = pci; /* Now remove this cell from configured list and move to active list */ - duCb.cfgCellLst[nci-1] = NULLP; + duCb.cfgCellLst[nci-1] = NULL; duCb.actvCellLst[nci-1] = cellCb; /* Build and send Mac Cell Cfg for the number of active cells */