Skip to content
Snippets Groups Projects
Commit 4a17e1ec authored by Luis Pereira's avatar Luis Pereira
Browse files

Fix and uniformization of indentation

parent ba3c2f59
No related branches found
No related tags found
5 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1430Integration 2022 wk05 b,!1380Rename pusch_proc_threads to thread_pool_size,!1175WIP: Addition of dedicated BWPs
...@@ -229,13 +229,13 @@ MACRLCs = ( ...@@ -229,13 +229,13 @@ MACRLCs = (
); );
L1s = ( L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "local_mac"; tr_n_preference = "local_mac";
thread_pool_size = 2; thread_pool_size = 2;
prach_dtx_threshold = 120; prach_dtx_threshold = 120;
pucch0_dtx_threshold = 150; pucch0_dtx_threshold = 150;
} }
); );
RUs = ( RUs = (
......
...@@ -226,12 +226,12 @@ MACRLCs = ( ...@@ -226,12 +226,12 @@ MACRLCs = (
); );
L1s = ( L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "local_mac"; tr_n_preference = "local_mac";
thread_pool_size = 2; thread_pool_size = 2;
prach_dtx_threshold = 120; prach_dtx_threshold = 120;
} }
); );
RUs = ( RUs = (
......
...@@ -195,12 +195,12 @@ MACRLCs = ( ...@@ -195,12 +195,12 @@ MACRLCs = (
); );
L1s = ( L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "local_mac"; tr_n_preference = "local_mac";
thread_pool_size = 8; thread_pool_size = 8;
ofdm_offset_divisor = 8; #set this to UINT_MAX for offset 0 ofdm_offset_divisor = 8; #set this to UINT_MAX for offset 0
} }
); );
RUs = ( RUs = (
......
...@@ -210,12 +210,12 @@ MACRLCs = ( ...@@ -210,12 +210,12 @@ MACRLCs = (
); );
L1s = ( L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "local_mac"; tr_n_preference = "local_mac";
thread_pool_size = 6; thread_pool_size = 6;
ofdm_offset_divisor = 8; #set this to UINT_MAX for offset 0 ofdm_offset_divisor = 8; #set this to UINT_MAX for offset 0
} }
); );
RUs = ( RUs = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment