Commit c4e6b4dd authored by Marwan Hammouda's avatar Marwan Hammouda Committed by Thomas Schlichter

gNB: attenuation levels adapted after testing power control on USRP

parent 7bba3914
...@@ -222,8 +222,8 @@ RUs = ( ...@@ -222,8 +222,8 @@ RUs = (
local_rf = "yes"; local_rf = "yes";
nb_tx = 1; nb_tx = 1;
nb_rx = 1; nb_rx = 1;
att_tx = 30; att_tx = 10;
att_rx = 30; att_rx = 10;
bands = [7]; bands = [7];
max_pdschReferenceSignalPower = -27; max_pdschReferenceSignalPower = -27;
max_rxgain = 37.5; max_rxgain = 37.5;
......
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