Commit 81e2ba71 authored by Vaibhav Shrivastava's avatar Vaibhav Shrivastava

Fix for eNB Crash Issue due to memory corruption

parent 0f1a1e77
......@@ -100,7 +100,7 @@
bool RRCConnSetup_PDU_Present = false;
uint8_t RRCMsgOnSRB0_PDUSize = 0;
uint8_t RRCMsgOnSRB0_PDU[100];
uint8_t RRCMsgOnSRB0_PDU[512];
#define ASN_MAX_ENCODE_SIZE 4096
#define NUMBEROF_DRBS_TOBE_ADDED 1
......
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