X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fphy_stub%2Fphy_stub_thread_hdl.c;h=a622c76d602ef19e32d35235dbf64e483a1f621a;hb=5f2265d1147690ddea19312492150bcad7cf5c1b;hp=752c2f1127eedef78ac12f07fd8bac5ca0f64e6f;hpb=aa2b46912637dd3c7b52af75779f20af79f483e5;p=o-du%2Fl2.git diff --git a/src/phy_stub/phy_stub_thread_hdl.c b/src/phy_stub/phy_stub_thread_hdl.c index 752c2f112..a622c76d6 100644 --- a/src/phy_stub/phy_stub_thread_hdl.c +++ b/src/phy_stub/phy_stub_thread_hdl.c @@ -158,11 +158,11 @@ void *l1ConsoleHandler(void *args) while(counter) { /* Start Pumping data from PHY stub to DU */ - for(drbIdx = 0; drbIdx < NUM_DRB_TO_PUMP_DATA; drbIdx++) //Number of DRB times the loop will run + for(ueIdx=0; ueIdx < MAX_NUM_UE; ueIdx++) { - for(ueIdx=0; ueIdx PHY STUB: Sending UL User Data[DrbId:%d] for UEId %d\n",drbIdx,ueIdx); + DU_LOG("\nDEBUG --> PHY STUB: Sending UL User Data[DrbId:%d] for UEIdx %d\n",drbIdx,ueIdx); l1SendUlUserData(drbIdx,ueIdx); /* TODO :- sleep(1) will be removed once we will be able to * send continuous data packet */