Commit 3d9ae422 authored by Khalid Ahmed's avatar Khalid Ahmed Committed by Thomas Schlichter

Use nr_tti_tx instead of nr_slot_tx

parent 3414cf31
......@@ -2471,7 +2471,7 @@ void phy_procedures_nrUE_TX(PHY_VARS_NR_UE *ue,UE_nr_rxtx_proc_t *proc,uint8_t g
NR_UE_ULSCH_t *ulsch_ue;
NR_UL_UE_HARQ_t *harq_process_ul_ue;
//int32_t ulsch_start=0;
int slot_tx = proc->nr_slot_tx;
int slot_tx = proc->nr_tti_tx;
int frame_tx = proc->frame_tx;
int harq_pid, i, TBS;
......
......@@ -397,7 +397,7 @@ int main(int argc, char **argv) {
gNB_proc.frame_rx = frame;
gNB_proc.slot_rx = slot;
UE_proc.nr_slot_tx = slot;
UE_proc.nr_tti_tx = slot;
UE_proc.frame_tx = frame;
frame_parms = &gNB->frame_parms; //to be initialized I suppose (maybe not necessary for PBCH)
......
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