Commit 031e424e authored by Khalid Ahmed's avatar Khalid Ahmed Committed by Thomas Schlichter

Adding Frame tx to LOG_D for debugging

parent df65d8e3
......@@ -432,7 +432,7 @@ void UE_processing(void *arg) {
*/
if (proc->nr_tti_tx == NR_UPLINK_SLOT){
LOG_D(PHY, "[UE_processing] Slot = %d\n", proc->nr_tti_tx);
LOG_D(PHY, "[UE_processing] Frame = %d, Slot = %d\n", proc->frame_tx, proc->nr_tti_tx);
if (UE->mode != loop_through_memory)
phy_procedures_nrUE_TX(UE,proc,0,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