diff --git a/lib/core/include/3gpp_types.h b/lib/core/include/3gpp_types.h index 8e86f6b7e0..5ef343a1c8 100644 --- a/lib/core/include/3gpp_types.h +++ b/lib/core/include/3gpp_types.h @@ -33,7 +33,7 @@ extern "C" { #define MAX_NUM_OF_FLOW 8 /* Num of Flow per PCC Rule */ #define MAX_NUM_OF_PACKET_FILTER 16 /* Num of Packet Filter per Bearer */ -#define MAX_SDU_LEN 2048 +#define MAX_SDU_LEN 4096 #define PLMN_ID_LEN 3 #define BCD_TO_BUFFER_LEN(x) (((x)+1)/2)