Commit a2244ab3 authored by Robert Schmidt's avatar Robert Schmidt

Stop RU threads at end of nr-softmodem

parent 8c5524e4
...@@ -873,6 +873,7 @@ int main( int argc, char **argv ) { ...@@ -873,6 +873,7 @@ int main( int argc, char **argv ) {
} }
for (int inst = 0; inst < NB_RU; inst++) { for (int inst = 0; inst < NB_RU; inst++) {
kill_NR_RU_proc(inst);
nr_phy_free_RU(RC.ru[inst]); nr_phy_free_RU(RC.ru[inst]);
} }
......
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