X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmt%2Fmt_ss.h;h=8e6f9ebd390be8a6269720d81579dd0c307e6dca;hb=6178d5e32f0c57e198de80afc23b92c635e4f6df;hp=154566c1388fb91f8e12dcd32d21e9be4eba5d94;hpb=ba78fa13b01e0729fe0a6a7a18cbf1d52cdcda1c;p=o-du%2Fl2.git diff --git a/src/mt/mt_ss.h b/src/mt/mt_ss.h index 154566c13..8e6f9ebd3 100755 --- a/src/mt/mt_ss.h +++ b/src/mt/mt_ss.h @@ -53,7 +53,7 @@ #define SS_MAX_TTSKS 100 #ifndef SS_MULTICORE_SUPPORT -#define SS_MAX_STSKS 6 +#define SS_MAX_STSKS 7 #else /* mt001.301 : Additions */ #ifdef SPLIT_RLC_DL_TASK @@ -63,13 +63,17 @@ #define SS_MAX_STSKS 5 #endif #else -#define SS_MAX_STSKS 6 +#ifndef INTEL_WLS_MEM +#define SS_MAX_STSKS 8 +#else +#define SS_MAX_STSKS 7 +#endif #endif #endif /* SS_MULTICORE_SUPPORT */ #else /* SS_MULTIPLE_PROCS */ #define SS_MAX_TTSKS 1000 -#define SS_MAX_STSKS 6 +#define SS_MAX_STSKS 7 #endif /* SS_MULTIPLE_PROCS */ #ifdef SS_DRVR_SUPPORT @@ -90,7 +94,7 @@ #ifdef SS_MULTICORE_SUPPORT #define SS_MAX_REGS SS_MAX_STSKS #else -#define SS_MAX_REGS 6 +#define SS_MAX_REGS 7 #endif #ifdef CMM_MAX_BKT_ENT