String init

This commit is contained in:
Xavier Arteaga 2017-11-16 16:45:38 +01:00
parent e2a61af462
commit c0b9129c89
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ int phch_worker::decode_pucch()
phy->mac->sr_detected(tti_rx, rnti);
}
char cqi_ri_str[64];
char cqi_ri_str[64] = {0};
if (srslte_pucch_get_last_corr(&enb_ul.pucch) > PUCCH_RL_CORR_TH) {
if (uci_data.uci_ri_len && needs_ri) {
phy->mac->ri_info(tti_rx, rnti, uci_data.uci_ri);