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, ...@@ -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 // 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 // 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++) { 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 // get information for E for the segments that are handled by the worker thread
...@@ -566,7 +565,7 @@ start_meas(rm_stats); ...@@ -566,7 +565,7 @@ start_meas(rm_stats);
r_offset += Nl*Qm * ((GpmodC==0?0:1) + (Gp/C)); r_offset += Nl*Qm * ((GpmodC==0?0:1) + (Gp/C));
} }
else { else {
//start_meas(rm_stats); start_meas(rm_stats);
r_offset += lte_rate_matching_turbo(dlsch->harq_processes[harq_pid]->RTC[r], r_offset += lte_rate_matching_turbo(dlsch->harq_processes[harq_pid]->RTC[r],
G, //G G, //G
dlsch->harq_processes[harq_pid]->w[r], dlsch->harq_processes[harq_pid]->w[r],
...@@ -581,10 +580,9 @@ start_meas(rm_stats); ...@@ -581,10 +580,9 @@ start_meas(rm_stats);
r, r,
nb_rb); nb_rb);
// m); // r // m); // r
//stop_meas(rm_stats); stop_meas(rm_stats);
} }
} }
stop_meas(rm_stats);
stop_meas(te_main_stats); stop_meas(te_main_stats);
start_meas(te_wait_stats); start_meas(te_wait_stats);
......
...@@ -281,9 +281,9 @@ rx_sdu(const module_id_t enb_mod_idP, ...@@ -281,9 +281,9 @@ rx_sdu(const module_id_t enb_mod_idP,
return; return;
} }
} else { } else {
LOG_W(MAC, LOG_D(MAC,
"Cannot find UE or RA corresponding to ULSCH rnti %x, dropping it\n", "Cannot find UE or RA corresponding to ULSCH rnti %x, dropping it\n",
current_rnti); current_rnti);////////////******** LOG_W into LOG_D
return; return;
} }
payload_ptr = parse_ulsch_header(sduP, &num_ce, &num_sdu, rx_ces, rx_lcids, rx_lengths, sdu_lenP); 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