Skip to content
Snippets Groups Projects
Commit 9d80a84a authored by knopp's avatar knopp
Browse files

Increased BCCH/CCCH/MCCH buffers in ITTI MAC/RRC interface

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7616 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 2fa1ed78
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,9 @@
#define RRC_MAC_MCCH_DATA_IND(mSGpTR) (mSGpTR)->ittiMsg.rrc_mac_mcch_data_ind
// Some constants from "LAYER2/MAC/defs.h"
#define BCCH_SDU_SIZE (128)
#define CCCH_SDU_SIZE (128)
#define MCCH_SDU_SIZE (128)
#define BCCH_SDU_SIZE (512)
#define CCCH_SDU_SIZE (512)
#define MCCH_SDU_SIZE (512)
//-------------------------------------------------------------------------------------------//
// Messages between RRC and MAC layers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment