Commit b28d0068 authored by Ahmed Hussein's avatar Ahmed Hussein Committed by Thomas Schlichter

Minor Fixes in ulsim

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