Commit fc181517 authored by David Kim's avatar David Kim

Fixed a bug on setting the number of pdus.

parent ae8e0ea3
......@@ -410,8 +410,8 @@ void handle_nr_ulsch(NR_UL_IND_t *UL_info)
}
else
{
UL_INFO.crc_ind.number_crcs = 0;
UL_INFO.rx_ind.number_of_pdus = 0;
UL_info->crc_ind.number_crcs = 0;
UL_info->rx_ind.number_of_pdus = 0;
}
} else if ((UL_INFO.rx_ind.number_of_pdus != 0)
|| (UL_INFO.crc_ind.number_crcs != 0)) {
......
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