Commit d318f091 authored by luis_pereira87's avatar luis_pereira87

Fix L1s indentation in config files

parent 07f31c64
...@@ -216,8 +216,8 @@ MACRLCs = ( ...@@ -216,8 +216,8 @@ 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;
} }
); );
......
...@@ -241,13 +241,13 @@ MACRLCs = ( ...@@ -241,13 +241,13 @@ MACRLCs = (
); );
L1s = ( L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "local_mac"; tr_n_preference = "local_mac";
pusch_proc_threads = 8; thread_pool_size = 8;
prach_dtx_threshold = 120; prach_dtx_threshold = 120;
pucch0_dtx_threshold = 150; pucch0_dtx_threshold = 150;
} }
); );
RUs = ( RUs = (
......
...@@ -242,13 +242,13 @@ MACRLCs = ( ...@@ -242,13 +242,13 @@ MACRLCs = (
); );
L1s = ( L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "local_mac"; tr_n_preference = "local_mac";
pusch_proc_threads = 8; thread_pool_size = 8;
prach_dtx_threshold = 120; prach_dtx_threshold = 120;
pucch0_dtx_threshold = 150; pucch0_dtx_threshold = 150;
} }
); );
RUs = ( RUs = (
......
...@@ -227,14 +227,14 @@ MACRLCs = ( ...@@ -227,14 +227,14 @@ MACRLCs = (
); );
L1s = ( L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "local_mac"; tr_n_preference = "local_mac";
pusch_proc_threads = 8; thread_pool_size = 8;
prach_dtx_threshold = 120; prach_dtx_threshold = 120;
pucch0_dtx_threshold = 150; pucch0_dtx_threshold = 150;
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 = (
......
...@@ -211,8 +211,8 @@ MACRLCs = ( ...@@ -211,8 +211,8 @@ 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;
prach_dtx_threshold = 120; prach_dtx_threshold = 120;
} }
......
...@@ -231,12 +231,12 @@ MACRLCs = ( ...@@ -231,12 +231,12 @@ MACRLCs = (
); );
L1s = ( L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "local_mac"; tr_n_preference = "local_mac";
prach_dtx_threshold = 120; prach_dtx_threshold = 120;
# pucch0_dtx_threshold = 150; # pucch0_dtx_threshold = 150;
} }
); );
RUs = ( RUs = (
......
...@@ -236,12 +236,12 @@ MACRLCs = ( ...@@ -236,12 +236,12 @@ MACRLCs = (
); );
L1s = ( L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "local_mac"; tr_n_preference = "local_mac";
prach_dtx_threshold = 120; prach_dtx_threshold = 120;
# pucch0_dtx_threshold = 150; # pucch0_dtx_threshold = 150;
} }
); );
RUs = ( RUs = (
......
...@@ -236,12 +236,12 @@ MACRLCs = ( ...@@ -236,12 +236,12 @@ MACRLCs = (
); );
L1s = ( L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "local_mac"; tr_n_preference = "local_mac";
prach_dtx_threshold = 120; prach_dtx_threshold = 120;
# pucch0_dtx_threshold = 150; # pucch0_dtx_threshold = 150;
} }
); );
RUs = ( RUs = (
......
...@@ -195,8 +195,8 @@ MACRLCs = ( ...@@ -195,8 +195,8 @@ 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;
} }
); );
......
...@@ -217,8 +217,8 @@ MACRLCs = ( ...@@ -217,8 +217,8 @@ 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;
} }
); );
......
...@@ -211,8 +211,8 @@ MACRLCs = ( ...@@ -211,8 +211,8 @@ 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
} }
......
...@@ -193,8 +193,8 @@ MACRLCs = ( ...@@ -193,8 +193,8 @@ 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
} }
......
...@@ -193,8 +193,8 @@ MACRLCs = ( ...@@ -193,8 +193,8 @@ 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
} }
......
...@@ -193,8 +193,8 @@ MACRLCs = ( ...@@ -193,8 +193,8 @@ 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
} }
......
...@@ -193,8 +193,8 @@ MACRLCs = ( ...@@ -193,8 +193,8 @@ 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
} }
......
...@@ -18,18 +18,18 @@ log_config = { ...@@ -18,18 +18,18 @@ log_config = {
L1s = ( L1s = (
{ {
num_cc = 1; num_cc = 1;
tr_n_preference = "nfapi"; tr_n_preference = "nfapi";
local_n_if_name = "lo"; local_n_if_name = "lo";
remote_n_address = "127.0.0.2"; // vnf addr remote_n_address = "127.0.0.2"; // vnf addr
local_n_address = "127.0.0.1"; // pnf addr local_n_address = "127.0.0.1"; // pnf addr
local_n_portc = 50000; // pnf p5 port [!] local_n_portc = 50000; // pnf p5 port [!]
remote_n_portc = 50001; // vnf p5 port remote_n_portc = 50001; // vnf p5 port
local_n_portd = 50010; // pnf p7 port local_n_portd = 50010; // pnf p7 port
remote_n_portd = 50011; // vnf p7 port remote_n_portd = 50011; // vnf p7 port
thread_pool_size = 8; thread_pool_size = 8;
} }
); );
RUs = ( RUs = (
......
...@@ -211,8 +211,8 @@ MACRLCs = ( ...@@ -211,8 +211,8 @@ 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
} }
......
...@@ -212,8 +212,8 @@ MACRLCs = ( ...@@ -212,8 +212,8 @@ 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
} }
......
...@@ -211,8 +211,8 @@ MACRLCs = ( ...@@ -211,8 +211,8 @@ 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;
} }
); );
......
...@@ -211,8 +211,8 @@ MACRLCs = ( ...@@ -211,8 +211,8 @@ 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;
} }
); );
......
...@@ -226,8 +226,8 @@ MACRLCs = ( ...@@ -226,8 +226,8 @@ 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;
} }
); );
......
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