From 20201cd89b2d24aec96d5d97e2d6a33b7a1ccffd Mon Sep 17 00:00:00 2001 From: Robert Falkenberg Date: Thu, 21 Apr 2022 14:07:25 +0200 Subject: [PATCH] lib,rlc_am_nr: cosmetic change, add comment --- lib/include/srsran/rlc/rlc_am_nr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/include/srsran/rlc/rlc_am_nr.h b/lib/include/srsran/rlc/rlc_am_nr.h index af1988f95..dbeb40fa0 100644 --- a/lib/include/srsran/rlc/rlc_am_nr.h +++ b/lib/include/srsran/rlc/rlc_am_nr.h @@ -156,9 +156,9 @@ private: pdcp_sn_vector_t notify_info_vec; // Helper constants - uint32_t min_hdr_size = 2; + uint32_t min_hdr_size = 2; // Pre-initialized for 12 bit SN, updated by configure() uint32_t so_size = 2; - uint32_t max_hdr_size = 4; + uint32_t max_hdr_size = 4; // Pre-initialized for 12 bit SN, updated by configure() /**************************************************************************** * Tx constants