diff --git a/lib/include/srsran/common/slot_point.h b/lib/include/srsran/common/slot_point.h index 3ab3f5348..eea18b94b 100644 --- a/lib/include/srsran/common/slot_point.h +++ b/lib/include/srsran/common/slot_point.h @@ -157,7 +157,7 @@ struct formatter { template auto format(srsran::slot_point slot, FormatContext& ctx) -> decltype(std::declval().out()) { - return format_to(ctx.out(), "{}:{}", slot.sfn(), slot.slot_idx()); + return format_to(ctx.out(), "{}", slot.to_uint()); } }; } // namespace fmt