Commit 53e6a522 authored by Ahmed Hussein's avatar Ahmed Hussein Committed by Thomas Schlichter

Minor Fixes in ulsim

parent f398e499
......@@ -338,7 +338,7 @@ int main(int argc, char **argv)
crcTableInit();
nr_phy_config_request_sim(gNB, N_RB_DL, N_RB_DL, mu, Nid_cell, SSB_positions);
nr_phy_config_request_sim(gNB, N_RB_DL, N_RB_UL, mu, Nid_cell, SSB_positions);
phy_init_nr_gNB(gNB, 0, 0);
//init_eNB_afterRU();
......@@ -583,6 +583,9 @@ int main(int argc, char **argv)
printf("\n");
}
free(test_input_bit);
free(estimated_output_bit);
if (output_fd)
fclose(output_fd);
......
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