Commit 2f0c302e authored by Robert Schmidt's avatar Robert Schmidt

Increase PUSCH target SNR for O-RAN config, take out sdr_addrs

- PUSCH target increase: lower PUSCH target requires !2373
- sdr_addrs is USRP-specific, not needed for O-RAN
parent 9f7cc35e
...@@ -194,7 +194,7 @@ MACRLCs = ( ...@@ -194,7 +194,7 @@ MACRLCs = (
num_cc = 1; num_cc = 1;
tr_s_preference = "local_L1"; tr_s_preference = "local_L1";
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 80; pusch_TargetSNRx10 = 300;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
# dl_bler_target_upper=.35; # dl_bler_target_upper=.35;
# dl_bler_target_lower=.15; # dl_bler_target_lower=.15;
......
...@@ -193,7 +193,7 @@ MACRLCs = ( ...@@ -193,7 +193,7 @@ MACRLCs = (
num_cc = 1; num_cc = 1;
tr_s_preference = "local_L1"; tr_s_preference = "local_L1";
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 100; pusch_TargetSNRx10 = 300;
pucch_TargetSNRx10 = 230; pucch_TargetSNRx10 = 230;
dl_bler_target_upper=.35; dl_bler_target_upper=.35;
dl_bler_target_lower=.15; dl_bler_target_lower=.15;
...@@ -235,12 +235,8 @@ RUs = ( ...@@ -235,12 +235,8 @@ RUs = (
sl_ahead = 10; sl_ahead = 10;
##beamforming 1x2 matrix: 1 layer x 2 antennas ##beamforming 1x2 matrix: 1 layer x 2 antennas
bf_weights = [0x00007fff, 0x0000,0x00007fff, 0x0000]; bf_weights = [0x00007fff, 0x0000,0x00007fff, 0x0000];
#clock_src = "internal";
sdr_addrs = "dummy --usecasefile /home/eurecom/raymond/usecase_du_3450_4ant.cfg --num_eth_vfs 2 --vf_addr_o_xu_a \"0000:31:06.0,0000:31:06.1\""
clock_src = "internal";
tr_preference = "raw_if4p5"; # important: activate FHI7.2 tr_preference = "raw_if4p5"; # important: activate FHI7.2
do_precoding = 0; # needs to match O-RU configuration do_precoding = 0; # needs to match O-RU configuration
} }
); );
......
...@@ -193,7 +193,7 @@ MACRLCs = ( ...@@ -193,7 +193,7 @@ MACRLCs = (
num_cc = 1; num_cc = 1;
tr_s_preference = "local_L1"; tr_s_preference = "local_L1";
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 300;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
# dl_bler_target_upper=.35; # dl_bler_target_upper=.35;
# dl_bler_target_lower=.15; # dl_bler_target_lower=.15;
......
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