Commit 4a17e1ec authored by luis_pereira87's avatar luis_pereira87

Fix and uniformization of indentation

parent ba3c2f59
...@@ -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 = (
......
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