Commit bb7d63e9 authored by Y_Tomita's avatar Y_Tomita

Fix timing setting in L2 FAPI simulator.

parent dcfe6b32
......@@ -1028,7 +1028,11 @@ static void *UE_phy_stub_single_thread_rxn_txnp4(void *arg) {
//oai_subframe_ind(proc->frame_rx, proc->subframe_rx);
if(UE->frame_parms.frame_type == FDD){
oai_subframe_ind(proc->frame_rx, proc->subframe_rx);
}else{
oai_subframe_ind(proc->frame_tx,proc->subframe_tx);
}
//Guessing that the next 4 lines are not needed for the phy_stub mode.
/*initRefTimes(t2);
......
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