Commit a350b379 authored by David Kim's avatar David Kim

Fixed a bug on setting the number of pdus.

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