Commit 8172da04 authored by luis_pereira87's avatar luis_pereira87

CI: Set max_rxgain to 75 (max value for N310) in SA 2x2 pipeline

parent 24c01d8f
...@@ -212,7 +212,7 @@ RUs = ( ...@@ -212,7 +212,7 @@ RUs = (
att_rx = 0; att_rx = 0;
bands = [77]; bands = [77];
max_pdschReferenceSignalPower = -27; max_pdschReferenceSignalPower = -27;
max_rxgain = 74; max_rxgain = 75;
eNB_instances = [0]; eNB_instances = [0];
##beamforming 1x2 matrix: 1 layer x 2 antennas ##beamforming 1x2 matrix: 1 layer x 2 antennas
bf_weights = [0x00007fff, 0x0000]; bf_weights = [0x00007fff, 0x0000];
......
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