X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrsch%2Fsch.c;h=08f3997286248682f30596a722bbbbff5cbeea89;hb=2a05694263fa633b9b051cb249d0e43128d5a760;hp=afbcb183ebc7b420a4937df392fa79d48f0c36af;hpb=34298780bea6c8614b686f80037756b6244e1ca6;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.c b/src/5gnrsch/sch.c index afbcb183e..08f399728 100644 --- a/src/5gnrsch/sch.c +++ b/src/5gnrsch/sch.c @@ -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;