From 0e7c5634f1c5d832eb6e10cba50df262b24b7b8e Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 25 Jul 2019 12:22:42 +0100 Subject: [PATCH] Added comment to PDCP maximum SDU size. --- lib/include/srslte/upper/pdcp_entity_base.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/include/srslte/upper/pdcp_entity_base.h b/lib/include/srslte/upper/pdcp_entity_base.h index 8236e89bf..9a688e7fc 100644 --- a/lib/include/srslte/upper/pdcp_entity_base.h +++ b/lib/include/srslte/upper/pdcp_entity_base.h @@ -40,6 +40,8 @@ namespace srslte { #define PDCP_PDU_TYPE_PDCP_STATUS_REPORT 0x0 #define PDCP_PDU_TYPE_INTERSPERSED_ROHC_FEEDBACK_PACKET 0x1 +// Maximum supported PDCP SDU size is 9000 bytes. +// See TS 38.323 v15.2.0, section 4.3.1 #define PDCP_MAX_SDU_SIZE 9000 typedef enum {