Commit 48fc337a authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/fix-t-tracer-nr-ue' into integration_2022_wk06_a

parents 12528995 1409e3bc
...@@ -422,11 +422,11 @@ int main( int argc, char **argv ) { ...@@ -422,11 +422,11 @@ int main( int argc, char **argv ) {
get_options (); //Command-line options specific for NRUE get_options (); //Command-line options specific for NRUE
get_common_options(SOFTMODEM_5GUE_BIT); get_common_options(SOFTMODEM_5GUE_BIT);
init_tpools(nrUE_params.nr_dlsch_parallel);
CONFIG_CLEARRTFLAG(CONFIG_NOEXITONHELP); CONFIG_CLEARRTFLAG(CONFIG_NOEXITONHELP);
#if T_TRACER #if T_TRACER
T_Config_Init(); T_Config_Init();
#endif #endif
init_tpools(nrUE_params.nr_dlsch_parallel);
//randominit (0); //randominit (0);
set_taus_seed (0); set_taus_seed (0);
......
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