Commit 5ec7f39a authored by Sakthivel Velumani's avatar Sakthivel Velumani

fixed PUSCH tx issue

parent 99f69b87
...@@ -312,7 +312,7 @@ void processSlotTX(void *arg) { ...@@ -312,7 +312,7 @@ void processSlotTX(void *arg) {
UE->if_inst->ul_indication(&ul_indication); UE->if_inst->ul_indication(&ul_indication);
} }
if (UE->mode != loop_through_memory) { if ((UE->mode != loop_through_memory) && (rxtxD->ue_sched_mode != NOT_PUSCH)) {
phy_procedures_nrUE_TX(UE,proc,0); phy_procedures_nrUE_TX(UE,proc,0);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment