Skip to content

Commit d2dc838

Browse files
andrepuschmanncodebot
authored andcommitted
band_helper: update comment
1 parent 7ca2fa1 commit d2dc838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ran/band_helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ unsigned srsran::band_helper::get_nof_coreset0_rbs_not_intersecting_ssb(unsigned
769769
n_ta_offset srsran::band_helper::get_ta_offset(nr_band band)
770770
{
771771
if (get_freq_range(band) == frequency_range::FR1) {
772-
// assume no LTE-NR coexistence
772+
// Assume no LTE-NR coexistence.
773773
return n_ta_offset::n25600;
774774
} else {
775775
return n_ta_offset::n13792;

0 commit comments

Comments
 (0)