X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fo1%2FNrCellList.cpp;h=eec8b0b3003ad51a58175b9c483731091fe48a40;hb=0c4403cc2355cc38d01c6645b1dad36dd4c1daa7;hp=9ea92e08f5696656de78e62705860bdfde3141bf;hpb=743103e6bd7d291c71a3ffaa77166a2a3a13c6b4;p=o-du%2Fl2.git diff --git a/src/o1/NrCellList.cpp b/src/o1/NrCellList.cpp index 9ea92e08f..eec8b0b30 100644 --- a/src/o1/NrCellList.cpp +++ b/src/o1/NrCellList.cpp @@ -49,7 +49,7 @@ bool NrCellList::setCellOpState(uint16_t cellId, \ CellState cellState) { O1_LOG("\nO1 NrCellList : Setting cellId = %d, opState=%d, \ -cellState=%d\n", cellId, opState, cellState); +cellState=%d", cellId, opState, cellState); NrCellInfo cellInfo ; cellInfo.setCellId( cellId); cellInfo.setOpState(opState);