Skip to content
Snippets Groups Projects
Commit 949c8dd4 authored by aslab's avatar aslab
Browse files

increased MAX_NUMBER_OF_ESM_STATES

parent 261daffa
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#define SMI_LOG_BUF_SIZE (2*1024) #define SMI_LOG_BUF_SIZE (2*1024)
#define MAX_NUMBER_OF_ESM_STATES (4096) #define MAX_NUMBER_OF_ESM_STATES (4096+1024)
#define MAX_NUMBER_OF_CONCURRENT_STATES 128 #define MAX_NUMBER_OF_CONCURRENT_STATES 128
#define MAX_NUMBER_OF_REGIONS_PER_SUPERSTATE 32 #define MAX_NUMBER_OF_REGIONS_PER_SUPERSTATE 32
#define MAX_NUMBER_OF_TRANSITIONS_PER_STATE 16 //8 #define MAX_NUMBER_OF_TRANSITIONS_PER_STATE 16 //8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment