Commit f4fc7f33 authored by Bartosz Podrygajlo's avatar Bartosz Podrygajlo

Set rxgain to 0 in vrtsim

Set rxgain to 0 in vrtsim to match rfsimulator behavior
parent fdb6b44b
...@@ -1133,5 +1133,6 @@ __attribute__((__visibility__("default"))) int device_init(openair0_device_t *de ...@@ -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); LOG_A(HW, "VRTSIM: Noise power %d sample value\n", noise_power);
init_noise_device(noise_power); init_noise_device(noise_power);
} }
openair0_cfg->rx_gain[0] = 0;
return 0; return 0;
} }
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