Skip to content

Commit 33566f1

Browse files
falucocodebot
authored andcommitted
RU: Lower the scaling factor for the RAN550 to avoid saturation.
1 parent a57e08e commit 33566f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/gnb_ru_ran550_tdd_n78_20mhz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ru_ofh:
1616
compr_bitwidth_ul: 9 # Uplink IQ samples bitwidth after compression.
1717
compr_method_dl: bfp # Downlink compression method.
1818
compr_bitwidth_dl: 9 # Downlink IQ samples bitwidth after compression.
19-
iq_scaling: 0.35 # IQ samples scaling factor applied before compression, should be a positive value smaller than 1.
19+
iq_scaling: 0.25 # IQ samples scaling factor applied before compression, should be a positive value smaller than 1.
2020
cells:
2121
- network_interface: enp1s0f0 # Ethernet interface name used to communicate with the RU.
2222
ru_mac_addr: 70:b3:d5:e1:5b:06 # RU MAC address.

0 commit comments

Comments
 (0)