fix uninit memory in chest sl test when not test is executed

master
Andre Puschmann 5 years ago
parent 369cde2989
commit 0394d21dd2

@ -109,6 +109,7 @@ int main(int argc, char** argv)
// Variables init Tx
srslte_chest_sl_t q;
memset(q, 0, sizeof(q));
if (run_psbch_test) {
// Tx

Loading…
Cancel
Save