Commit 121e33e6 authored by Raymond Knopp's avatar Raymond Knopp

minor changes in dlsim.

parent 56e85db7
......@@ -2515,8 +2515,9 @@ int main(int argc, char **argv)
proc_eNB->subframe_tx = subframe;
phy_procedures_eNB_TX(eNB,proc_eNB,0,no_relay,NULL);
eNB->abstraction_flag=0;
phy_procedures_eNB_TX(eNB,proc_eNB,no_relay,NULL);
start_meas(&eNB->ofdm_mod_stats);
......@@ -2538,7 +2539,7 @@ int main(int argc, char **argv)
proc_eNB->subframe_tx = subframe+1;
phy_procedures_eNB_TX(eNB,proc_eNB,0,no_relay,NULL);
phy_procedures_eNB_TX(eNB,proc_eNB,no_relay,NULL);
do_OFDM_mod_l(eNB->common_vars.txdataF[eNB_id],
eNB->common_vars.txdata[eNB_id],
......
......@@ -682,7 +682,7 @@ static void* eNB_thread_asynch_rx( void* param ) {
if (sched_setattr(0, &attr, flags) < 0 ) {
perror("[SCHED] eNB FH sched_setattr failed\n");
return &eNB_thread_FH_status;
return &eNB_thread_asynch_rx_status;
}
LOG_I( HW, "[SCHED] eNB asynch RX deadline thread (TID %ld) started on CPU %d\n", gettid(), sched_getcpu() );
......
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