Merge remote-tracking branch 'origin/vrtsim-zero-gain' into integration_2026_w12 (!3998)

Set rxgain to 0 in vrtsim

Set rxgain to 0 in vrtsim to match rfsimulator behavior
This addresses the issue where RSRP is different between rfsim and vrtsim. With
this RSRP values between rfsim and vrtsim should be similar.
This commit is contained in:
Jaroslava Fiedlerova
2026-03-18 11:36:26 +01:00

View File

@@ -1133,5 +1133,6 @@ __attribute__((__visibility__("default"))) int device_init(openair0_device_t *de
LOG_A(HW, "VRTSIM: Noise power %d sample value\n", noise_power);
init_noise_device(noise_power);
}
openair0_cfg->rx_gain[0] = 0;
return 0;
}