You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Puschmann 8185b7c793 ue_dl: fix potential out-of-bounds access when decoding DCIs
fixes Coverity issue 1480088 where srslte_ue_dl_find_dl_dci() expects
an array of struct srslte_dci_dl_t but is only given one element.

srslte_ue_dl_find_and_decode() itself only uses the first decoded
message but find_dl_dci() may still decode more than that
5 years ago
..
examples - Fixed warnings caught by Clang 9.0.0 5 years ago
include - Fixed warnings caught by Clang 9.0.0 5 years ago
src ue_dl: fix potential out-of-bounds access when decoding DCIs 5 years ago
test old gcc version cannot support the detected pattern. Removing it 5 years ago
CMakeLists.txt Updated copyright 5 years ago