X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fphy_stub%2Fl1_bdy2.c;h=7a800afc72981819149791588c41b35b5d4535f3;hb=be7e4e372cc1d6f12f7af9c6b6d09a7ecedca58c;hp=a636f172fee9a7b55732fc5260d8016cbe6b1597;hpb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;p=o-du%2Fl2.git diff --git a/src/phy_stub/l1_bdy2.c b/src/phy_stub/l1_bdy2.c index a636f172f..7a800afc7 100644 --- a/src/phy_stub/l1_bdy2.c +++ b/src/phy_stub/l1_bdy2.c @@ -8,7 +8,7 @@ void *GenerateTicks(void *arg) { while(1) { - sleep(10); + sleep(1); printf("\nTTI indication"); /* Send TTI indication to CL */ duSendEgtpTTIInd();