Skip to content

Commit d8ff8aa

Browse files
pdcp: fix pdcp_config formatter
1 parent c5cfd9c commit d8ff8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/srsran/pdcp/pdcp_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ struct formatter<srsran::pdcp_config> {
550550
auto format(const srsran::pdcp_config& cfg, FormatContext& ctx) -> decltype(std::declval<FormatContext>().out())
551551
{
552552
return format_to(ctx.out(),
553-
"rb_type={} rlc_mode={} int_req={} cip_req={} TX=[sn_size={} discard_timer={} {}] "
553+
"rb_type={} rlc_mode={} int_req={} cip_req={} TX=[sn_size={} discard_timer={}] "
554554
"RX=[sn_size={} t_reordering={} out_of_order={}] custom_tx=[{}] custom_rx=[{}]",
555555
cfg.rb_type,
556556
cfg.rlc_mode,

0 commit comments

Comments
 (0)