Commit d0d9b21a authored by Raymond Knopp's avatar Raymond Knopp

minor modifications for testing relay operation

parent 45efd13d
......@@ -1011,16 +1011,16 @@ static void *UE_thread_rxn_txnp4(void *arg) {
(sf_type==SF_UL? "SF_UL" :
(sf_type==SF_S ? "SF_S" : "UNKNOWN_SF_TYPE"))));
}
#ifdef UE_SLOT_PARALLELISATION
#ifdef UE_SLOT_PARALLELISATION
phy_procedures_slot_parallelization_UE_RX( UE, proc, 0, 0, 1, UE->mode);
#else
#else
phy_procedures_UE_RX( UE, proc, 0, 0, 1, UE->mode);
#endif
#endif
}
#if UE_TIMING_TRACE
#if UE_TIMING_TRACE
start_meas(&UE->generic_stat);
#endif
#endif
if (UE->mac_enabled==1) {
ret = ue_scheduler(UE->Mod_id,
......@@ -1036,9 +1036,9 @@ static void *UE_thread_rxn_txnp4(void *arg) {
UE->Mod_id, proc->frame_rx, proc->subframe_tx,get_connectionloss_errstr(ret) );
}
}
#if UE_TIMING_TRACE
#if UE_TIMING_TRACE
stop_meas(&UE->generic_stat);
#endif
#endif
// Prepare the future Tx data
......
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