Commit 80ba639f authored by Raymond Knopp's avatar Raymond Knopp

fix assertion in L1 related to TBS check for slsch which was not done. This...

fix assertion in L1 related to TBS check for slsch which was not done. This protects against ONE effect of false SCI detection.
removed trace in MAC layer upon reception of any SDU from L1 on SLSCH
parent ce29d805
......@@ -1450,7 +1450,7 @@ void slsch_decoding(PHY_VARS_UE *ue,UE_rxtx_proc_t *proc,int frame_rx,int subfra
subframe_rx,
0,
0,
1);
ue->dlsch_rx_slsch->harq_processes[0]->TBS>256?1:0);
LOG_D(PHY,"slsch decoding round %d ret %d (%d,%d)\n",(ue->dlsch_rx_slsch->harq_processes[0]->round+3)&3,ret,
dB_fixed(ue->pusch_slsch->ulsch_power[0]),
......
......@@ -945,7 +945,7 @@ void ue_send_sl_sdu(module_id_t module_idP,
}
LOG_I(MAC,"%d.%d myL2Id %d sending sdu of size %d, sourceL2Id %d, lcid %d to RLC\n",frameP,subframeP,UE_mac_inst[module_idP].sourceL2Id,rlc_sdu_len,sourceL2Id,lcid);
LOG_D(MAC,"%d.%d myL2Id %d sending sdu of size %d, sourceL2Id %d, lcid %d to RLC\n",frameP,subframeP,UE_mac_inst[module_idP].sourceL2Id,rlc_sdu_len,sourceL2Id,lcid);
mac_rlc_data_ind(
module_idP,
......
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