Commit aad77faf authored by Laurent THOMAS's avatar Laurent THOMAS Committed by sagar arora

remove one useless memset

parent 456867be
......@@ -590,7 +590,6 @@ int nr_rx_pdsch(PHY_VARS_NR_UE *ue,
>>>>>>> effe4f1c814 (replace transient malloc by stack allocation, add defense code on block size)
int16_t layer_llr[dlsch[0].Nl][rx_llr_layer_size];
memset(layer_llr,0, sizeof(layer_llr));
for(int i = startSymbIdx; i < startSymbIdx+nbSymb; i++) {
/* re evaluating the first symbol flag as LLR's are done in symbol loop */
if(i == startSymbIdx && i < 3)
......
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