Commit 731daab4 authored by Wang Tsu-Han's avatar Wang Tsu-Han

diable worning of MAC not having the rnit with phy-test mode

parent 4704ca19
......@@ -550,7 +550,6 @@ int dlsch_encoding_2threads(PHY_VARS_eNB *eNB,
// Fill in the "e"-sequence from 36-212, V8.6 2009-03, p. 16-17 (for each "e") and concatenate the
// outputs for each code segment, see Section 5.1.5 p.20
start_meas(rm_stats);
for (r=0,r_offset=0; r<dlsch->harq_processes[harq_pid]->C; r++) {
// get information for E for the segments that are handled by the worker thread
......@@ -566,7 +565,7 @@ start_meas(rm_stats);
r_offset += Nl*Qm * ((GpmodC==0?0:1) + (Gp/C));
}
else {
//start_meas(rm_stats);
start_meas(rm_stats);
r_offset += lte_rate_matching_turbo(dlsch->harq_processes[harq_pid]->RTC[r],
G, //G
dlsch->harq_processes[harq_pid]->w[r],
......@@ -581,10 +580,9 @@ start_meas(rm_stats);
r,
nb_rb);
// m); // r
//stop_meas(rm_stats);
stop_meas(rm_stats);
}
}
stop_meas(rm_stats);
stop_meas(te_main_stats);
start_meas(te_wait_stats);
......
......@@ -281,9 +281,9 @@ rx_sdu(const module_id_t enb_mod_idP,
return;
}
} else {
LOG_W(MAC,
LOG_D(MAC,
"Cannot find UE or RA corresponding to ULSCH rnti %x, dropping it\n",
current_rnti);
current_rnti);////////////******** LOG_W into LOG_D
return;
}
payload_ptr = parse_ulsch_header(sduP, &num_ce, &num_sdu, rx_ces, rx_lcids, rx_lengths, sdu_lenP);
......
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