lib,rlc_am_nr: fix log msg for AM NR PDU header

This commit is contained in:
Robert Falkenberg 2022-03-21 14:06:38 +01:00
parent bd6e306c94
commit 79e8f7625e
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ inline void log_rlc_am_nr_pdu_header_to_string(srslog::log_channel& log
rlc_dc_field_text[header.dc],
(header.p ? "1" : "0"),
to_string_short(header.si),
header.sn,
to_string(header.sn_size),
header.sn,
header.so);
fmt::format_to(buffer, "]");