Commit 64d36638 authored by wujing's avatar wujing

fix stack smashing detected after doing Paging with 10*8UEs

parent 88daf73e
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#define CCEBITS 72 #define CCEBITS 72
#define CCEPERSYMBOL 33 // This is for 1200 RE #define CCEPERSYMBOL 33 // This is for 1200 RE
#define CCEPERSYMBOL0 22 // This is for 1200 RE #define CCEPERSYMBOL0 22 // This is for 1200 RE
#define DCI_BITS_MAX ((2*CCEPERSYMBOL+CCEPERSYMBOL0)*CCEBITS) #define DCI_BITS_MAX ((2*CCEPERSYMBOL+CCEPERSYMBOL0)*CCEBITS + 64)
//#define Mquad (Msymb/4) //#define Mquad (Msymb/4)
......
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