X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrsch%2Fsch_utils.h;h=5d86c4eeca32ddee297d7af3219db00836de3143;hb=6f769128e3fa5a83ee92e668ef9ac152c96b3200;hp=6616e3ab5f8b6cb6b749b749adca56bedcf0c79b;hpb=134974ec70ab6e0501889e5d162a3b0c806c3bdc;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch_utils.h b/src/5gnrsch/sch_utils.h index 6616e3ab5..5d86c4eec 100644 --- a/src/5gnrsch/sch_utils.h +++ b/src/5gnrsch/sch_utils.h @@ -24,7 +24,7 @@ #define MAX_RACH_NUM_RB_IDX 16 #define MAX_PRACH_CONFIG_IDX 256 #define MAX_MU_PUSCH 4 - +#define TOTAL_TBSIZE_VALUES 93 #define SET_BITS(_startBit, _numBits, _byte) \ { \ _byte = (((~((~0)<<_numBits))<<_startBit)); \