We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d9760 commit 689b5ffCopy full SHA for 689b5ff
apps/gnb/gnb_appconfig_translators.cpp
@@ -233,7 +233,7 @@ lower_phy_configuration srsran::generate_ru_config(const gnb_appconfig& config)
233
234
out_cfg.srate = sampling_rate::from_MHz(config.rf_driver_cfg.srate_MHz);
235
236
- out_cfg.ta_offset = n_ta_offset::n0;
+ out_cfg.ta_offset = band_helper::get_ta_offset(config.common_cell_cfg.band.value());
237
if (config.rf_driver_cfg.time_alignment_calibration.has_value()) {
238
// Selects the user specific value.
239
out_cfg.time_alignment_calibration = config.rf_driver_cfg.time_alignment_calibration.value();
0 commit comments