Commit 36622e98 authored by winckel's avatar winckel

Increased ITTI log buffer for SIB2 encoding.


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4871 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 1f5bc3c8
......@@ -1097,7 +1097,7 @@ uint8_t do_SIB23(uint8_t Mod_id,
#if defined(ENABLE_ITTI)
# if !defined(DISABLE_XER_SPRINT)
{
char message_string[10000];
char message_string[15000];
size_t message_string_size;
if ((message_string_size = xer_sprint(message_string, sizeof(message_string), &asn_DEF_BCCH_DL_SCH_Message, (void *)bcch_message)) > 0)
......
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