From ac9ee9d8639efe84ca3af852c2519750d248d5c1 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 17 Oct 2019 14:57:03 +0100 Subject: [PATCH] Added comment. --- lib/include/srslte/common/interfaces_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/include/srslte/common/interfaces_common.h b/lib/include/srslte/common/interfaces_common.h index 185b92707..b4e45f96b 100644 --- a/lib/include/srslte/common/interfaces_common.h +++ b/lib/include/srslte/common/interfaces_common.h @@ -76,6 +76,7 @@ const uint8_t PDCP_SN_LEN_18 = 18; typedef enum { PDCP_RB_IS_SRB, PDCP_RB_IS_DRB } pdcp_rb_type_t; +// Take from PDCP-Config (TS 38.331 version 15.2.1) enum class pdcp_t_reordering_t { ms0 = 0, ms1 = 1,