Skip to content

Commit 8e503b2

Browse files
herlesupreethcodebot
authored andcommitted
sched: fix generation of PUSCH time domain allocation default A table
1 parent c805e0f commit 8e503b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scheduler/support/pusch/pusch_default_time_allocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ srsran::pusch_default_time_allocations_default_A_table(cyclic_prefix cp, subcarr
118118
pusch_default_time_allocation_config cfg = pusch_default_time_allocation_default_A_get(cp_, i, scs_);
119119
table[i].k2 = cfg.k2;
120120
table[i].map_type = cfg.mapping_type;
121-
table[i].symbols = {cfg.start_symbol, cfg.duration};
121+
table[i].symbols = {cfg.start_symbol, cfg.start_symbol + cfg.duration};
122122
}
123123
return table;
124124
};

0 commit comments

Comments
 (0)