Added fix for SSB and SIB1 repeatition
[o-du/l2.git] / src / 5gnrsch / sch.c
index afbcb18..08f3997 100644 (file)
@@ -678,6 +678,8 @@ uint8_t schInitCellCb(Inst inst, SchCellCfg *schCellCfg)
       cell->schUlSlotInfo[idx] = schUlSlotInfo;
 
    }
+   cell->firstSsbTransmitted = false;
+   cell->firstSib1Transmitted = false;
    fillSsbStartSymb(cell);
    schCb[inst].cells[inst] = cell;