rrc_phy_ctrl_test: fix uninit memory

This commit is contained in:
Andre Puschmann 2020-10-16 13:08:16 +02:00
parent bb1dd0f4cf
commit 1bbbc9d717
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ struct cell_select_result_test {
// start a new cell selection right away
if (counter++ < 1) {
phy_cell_t new_cell;
phy_cell_t new_cell = {};
new_cell.pci = 3;
new_cell.earfcn = 3400;
phy_ctrl->start_cell_select(new_cell, *this);