Commit c33a308d authored by Robert Schmidt's avatar Robert Schmidt

Remove comments on L1_tx_thread_core param: is merged

parent 0a1651e4
...@@ -217,7 +217,7 @@ L1s = ( ...@@ -217,7 +217,7 @@ L1s = (
#thread_pool_size = 8; #thread_pool_size = 8;
tx_amp_backoff_dB = 3; tx_amp_backoff_dB = 3;
L1_rx_thread_core = 8; L1_rx_thread_core = 8;
L1_tx_thread_core = 10; # relevant after merge of l1_tx_thread L1_tx_thread_core = 10;
phase_compensation = 0; # needs to match O-RU configuration phase_compensation = 0; # needs to match O-RU configuration
} }
); );
......
...@@ -214,7 +214,7 @@ L1s = ( ...@@ -214,7 +214,7 @@ L1s = (
max_ldpc_iterations = 10; max_ldpc_iterations = 10;
tx_amp_backoff_dB = 20; # needs to match O-RU configuration tx_amp_backoff_dB = 20; # needs to match O-RU configuration
L1_rx_thread_core = 8; L1_rx_thread_core = 8;
L1_tx_thread_core = 10; # relevant after merge of l1_tx_thread L1_tx_thread_core = 10;
phase_compensation = 0; # needs to match O-RU configuration phase_compensation = 0; # needs to match O-RU configuration
} }
); );
......
...@@ -215,7 +215,7 @@ L1s = ( ...@@ -215,7 +215,7 @@ L1s = (
max_ldpc_iterations = 10; max_ldpc_iterations = 10;
tx_amp_backoff_dB = 20; # needs to match O-RU configuration tx_amp_backoff_dB = 20; # needs to match O-RU configuration
L1_rx_thread_core = 8; L1_rx_thread_core = 8;
L1_tx_thread_core = 10; # relevant after merge of l1_tx_thread L1_tx_thread_core = 10;
phase_compensation = 1; # needs to match O-RU configuration phase_compensation = 1; # needs to match O-RU configuration
} }
); );
......
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