Commit 9d80a84a authored by knopp's avatar knopp

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
...@@ -53,9 +53,9 @@ ...@@ -53,9 +53,9 @@
#define RRC_MAC_MCCH_DATA_IND(mSGpTR) (mSGpTR)->ittiMsg.rrc_mac_mcch_data_ind #define RRC_MAC_MCCH_DATA_IND(mSGpTR) (mSGpTR)->ittiMsg.rrc_mac_mcch_data_ind
// Some constants from "LAYER2/MAC/defs.h" // Some constants from "LAYER2/MAC/defs.h"
#define BCCH_SDU_SIZE (128) #define BCCH_SDU_SIZE (512)
#define CCCH_SDU_SIZE (128) #define CCCH_SDU_SIZE (512)
#define MCCH_SDU_SIZE (128) #define MCCH_SDU_SIZE (512)
//-------------------------------------------------------------------------------------------// //-------------------------------------------------------------------------------------------//
// Messages between RRC and MAC layers // Messages between RRC and MAC layers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment