F1-U Data path changes
[o-du/l2.git] / src / phy_stub / l1_bdy2.c
index a636f17..7a800af 100644 (file)
@@ -8,7 +8,7 @@ void *GenerateTicks(void *arg)
 {
    while(1)
    {
-      sleep(10);
+      sleep(1);
       printf("\nTTI indication");
       /* Send TTI indication to CL */
       duSendEgtpTTIInd();