X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fo1%2FNrCellList.cpp;h=eec8b0b3003ad51a58175b9c483731091fe48a40;hb=6dc8a4c17da24847b3a3aee91b37151f77a8a5bc;hp=9ea92e08f5696656de78e62705860bdfde3141bf;hpb=a31737d4988c5e02d4998c16973b1048fa2be9a4;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);