X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fphy_stub%2Fl1_bdy2.c;h=8e79dbae5d9b188b1262f30608eda25761d0c66f;hb=8d9ebf64c8a64bf1346685833fe79970c4ef3d14;hp=cfae52e6a337719119a0238d304b71cf390de315;hpb=46fa0c4b110175e7bc5d56f1e419fe4005db36b9;p=o-du%2Fl2.git diff --git a/src/phy_stub/l1_bdy2.c b/src/phy_stub/l1_bdy2.c index cfae52e6a..8e79dbae5 100644 --- a/src/phy_stub/l1_bdy2.c +++ b/src/phy_stub/l1_bdy2.c @@ -24,15 +24,16 @@ #include "lphy_stub.h" #include "du_log.h" +uint16_t l1BuildAndSendSlotIndication(); + void *GenerateTicks(void *arg) { uint8_t counter = 100; while(counter) { sleep(1); - DU_LOG("\nPHY_STUB: SLOT indication"); /* Send Slot indication indication to lower mac */ - buildAndSendSlotIndication(); + l1BuildAndSendSlotIndication(); counter--; } }