Commit 8effb52c authored by Khalid Ahmed's avatar Khalid Ahmed Committed by Thomas Schlichter

Restrict UL transmission to NR_UPLINK_SLOT

parent ece26036
...@@ -430,9 +430,15 @@ void UE_processing(void *arg) { ...@@ -430,9 +430,15 @@ void UE_processing(void *arg) {
(UE->frame_parms.frame_type == FDD) ) (UE->frame_parms.frame_type == FDD) )
#endif #endif
*/ */
if (proc->nr_tti_tx == NR_UPLINK_SLOT){
LOG_D(PHY, "[UE_processing] Slot = %d\n", proc->nr_tti_tx);
if (UE->mode != loop_through_memory) if (UE->mode != loop_through_memory)
phy_procedures_nrUE_TX(UE,proc,0,0); phy_procedures_nrUE_TX(UE,proc,0,0);
}
//phy_procedures_UE_TX(UE,proc,0,0,UE->mode,no_relay); //phy_procedures_UE_TX(UE,proc,0,0,UE->mode,no_relay);
#if 0 #if 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