X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrsch%2Fsch.h;h=95f37f74ef6b5986e0a1a9777eb9c2818e590bcf;hb=343c8e8a51dcd313d21310887af0d77023c2af0f;hp=58e1c6813d09223bab88ab61e2bfd488b5030396;hpb=38ebacef5994ffe0d94bd0d9d9b1f306f6417110;p=o-du%2Fl2.git diff --git a/src/5gnrsch/sch.h b/src/5gnrsch/sch.h index 58e1c6813..95f37f74e 100644 --- a/src/5gnrsch/sch.h +++ b/src/5gnrsch/sch.h @@ -79,6 +79,9 @@ #define SCH_TQ_SIZE 10 +/*3GPP 38.331,'frequencyDomainResources' :Number of PRBs per Resource Block Group*/ +#define NUM_PRBS_PER_RBG 6 + typedef struct schDlHqProcCb SchDlHqProcCb; typedef struct schUlHqEnt SchUlHqEnt; typedef struct schRaReq SchRaReq; @@ -818,6 +821,8 @@ uint8_t SchProcStatsReq(Pst *pst, SchStatsReq *statsReq); uint8_t SchSendStatsIndToMac(Inst inst, SchStatsInd *statsInd); uint8_t schCalcAndSendGrpStats(SchStatsGrp *grpInfo); uint8_t SchProcStatsDeleteReq(Pst *pst, SchStatsDeleteReq *statsDeleteReq); +uint8_t SchProcStatsModificationReq(Pst *pst, SchStatsModificationReq *statsModificationReq); +void deleteStatsGrpInfo(Inst inst, SchStatsGrp *statsGrpInfo); /********************************************************************** End of file **********************************************************************/