Skip to content
Snippets Groups Projects
Commit 34715ece authored by aslab's avatar aslab
Browse files

.

parent 472a53e4
Branches
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,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)
#define MAX_NUMBER_OF_CONCURRENT_STATES 100 #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
#define MAX_NUMBER_OF_TRANSITIONS (MAX_NUMBER_OF_ESM_STATES*4) #define MAX_NUMBER_OF_TRANSITIONS (MAX_NUMBER_OF_ESM_STATES*4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment