Commit ee1c50d4 authored by lfarizav's avatar lfarizav

Skipping the last do_OFDM_mod_rt function in the frequency domain

parent 4c54f821
......@@ -918,8 +918,8 @@ void fh_if4p5_asynch_DL(PHY_VARS_eNB *eNB,int *frame,int *subframe) {
// intialize this to zero after we're done with the subframe
proc->symbol_mask[*subframe] = 0;
do_OFDM_mod_rt(*subframe, eNB);
if (PHY_vars_UE_g[0][0]->do_ofdm_mod==0)
do_OFDM_mod_rt(*subframe, eNB);
}
/*!
......
......@@ -1920,7 +1920,7 @@ void update_ocm()
UE_id, ue_data[UE_id]->x,ue_data[UE_id]->y,
distance);*/
}
//printf("UE %d is associated to eNB %d based on pathloss (%s domain)\n",UE_id,PHY_vars_UE_g[UE_id][CC_id]->common_vars.eNb_id,(PHY_vars_UE_g[UE_id][CC_id]->do_ofdm_mod)?"Frequency":"Time");
printf("UE %d is associated to eNB %d based on pathloss (%s domain)\n",UE_id,PHY_vars_UE_g[UE_id][CC_id]->common_vars.eNb_id,(PHY_vars_UE_g[UE_id][CC_id]->do_ofdm_mod)?"Frequency":"Time");
}
}
}
......@@ -1948,7 +1948,6 @@ void update_ocm()
}
}
}
#ifdef OPENAIR2
void update_otg_eNB(module_id_t enb_module_idP, unsigned int ctime)
{
......
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