X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrmac%2Frg_ex_ms.c;h=8d1e285b43142ad313001335b79a89a5eda694e3;hb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;hp=0c8eb8a2e585a047c5fa4de074caaf7edec1ac92;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_ex_ms.c b/src/5gnrmac/rg_ex_ms.c index 0c8eb8a2e..8d1e285b4 100755 --- a/src/5gnrmac/rg_ex_ms.c +++ b/src/5gnrmac/rg_ex_ms.c @@ -47,11 +47,13 @@ registered with SSI during the LTE MAC Task initialization. #include "rgu.h" /* RGU defines */ #include "tfu.h" /* RGU defines */ #include "lrg.h" /* layer management defines for LTE-MAC */ +#include "rgr.h" /* layer management defines for LTE-MAC */ #include "crg.h" /* CRG interface includes */ #include "rg_sch_inf.h" /* SCH interface includes */ #include "rg_prg.h" /* PRG interface includes */ #include "rg_env.h" /* customisable defines and macros for LTE-MAC */ #include "rg.h" /* defines and macros for MAC */ +#include "rgr.h" /* defines and macros for SCH */ /* header/extern include files (.x) */ @@ -67,6 +69,7 @@ registered with SSI during the LTE MAC Task initialization. #include "rgu.x" /* RGU types */ #include "tfu.x" /* RGU types */ #include "lrg.x" /* layer management typedefs for MAC */ +#include "rgr.x" /* layer management typedefs for MAC */ #include "crg.x" /* CRG interface typedes */ #include "rg_sch_inf.x" /* SCH interface typedefs */ #include "rg_prg.x" /*PRG interface includes*/ @@ -108,6 +111,13 @@ Buffer *mBuf; /* message buffer */ /* Process a config. request */ cmUnpkLrgCfgReq(RgMiLrgCfgReq, pst, mBuf); break; + case EVTMACSCHGENCFGREQ: + /* Process a config. request */ + cmUnpkLrgSchCfgReq(MacSchGenCfgReq, pst, mBuf); + break; + case EVTMACSCHCFGREQ: + cmUnpkRgrCfgReq(MacSchCfgReq, pst, mBuf); + break; case EVTLRGCNTRLREQ: /* Process a control request */ cmUnpkLrgCntrlReq(RgMiLrgCntrlReq, pst, mBuf); @@ -449,7 +459,7 @@ Buffer *mBuf; /* message buffer */ { /* The originator of this message is the stack manager, * unpack and go to the respective primitive processing function */ - case ENTSM: + case ENTDUAPP: rgHdlSMEvents(pst, mBuf); break; case ENTNH: