Skip to content
Snippets Groups Projects
Commit bb7d63e9 authored by Yoshihiro Tomita's avatar Yoshihiro Tomita
Browse files

Fix timing setting in L2 FAPI simulator.

parent dcfe6b32
No related branches found
No related tags found
No related merge requests found
...@@ -1028,7 +1028,11 @@ static void *UE_phy_stub_single_thread_rxn_txnp4(void *arg) { ...@@ -1028,7 +1028,11 @@ static void *UE_phy_stub_single_thread_rxn_txnp4(void *arg) {
//oai_subframe_ind(proc->frame_rx, proc->subframe_rx); //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); oai_subframe_ind(proc->frame_tx,proc->subframe_tx);
}
//Guessing that the next 4 lines are not needed for the phy_stub mode. //Guessing that the next 4 lines are not needed for the phy_stub mode.
/*initRefTimes(t2); /*initRefTimes(t2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment