Skip to content

Commit 7172eed

Browse files
committed
ch estimator: improve code readability
1 parent a07a8c4 commit 7172eed

File tree

3 files changed

+101
-108
lines changed

3 files changed

+101
-108
lines changed

include/srsran/phy/upper/channel_processors/pusch/formatters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ struct formatter<srsran::channel_state_information> {
260260
helper.format_if_verbose(ctx, "t_align=na");
261261
}
262262
if (cfo_Hz.has_value()) {
263-
helper.format_if_verbose(ctx, "cfo={:.2f}Hz", cfo_Hz.value());
263+
helper.format_if_verbose(ctx, "cfo={+:.1f}Hz", cfo_Hz.value());
264264
} else {
265265
helper.format_if_verbose(ctx, "cfo=na");
266266
}

0 commit comments

Comments
 (0)