X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_ex_ms.c;h=abb301489d4b1804db88d0b1c0c46ca1989af6c8;hb=be7e4e372cc1d6f12f7af9c6b6d09a7ecedca58c;hp=39eda97866d216526a76dbe8002f0f41daebe64a;hpb=2af23ef78e09b945e68188eefc0d9fa0bc14a4d4;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_ex_ms.c b/src/5gnrmac/rg_ex_ms.c index 39eda9786..abb301489 100755 --- a/src/5gnrmac/rg_ex_ms.c +++ b/src/5gnrmac/rg_ex_ms.c @@ -73,6 +73,7 @@ registered with SSI during the LTE MAC Task initialization. #include "crg.x" /* CRG interface typedes */ #include "rg_sch_inf.x" /* SCH interface typedefs */ #include "rg_prg.x" /*PRG interface includes*/ +#include "du_app_mac_inf.h" #include "rg.x" /* typedefs for MAC */ @@ -131,6 +132,10 @@ Buffer *mBuf; /* message buffer */ cmUnpkLrgStsReq(RgMiLrgStsReq, pst, mBuf); break; #endif /* LCRGMILRG */ + case EVENT_MAC_CELL_CONFIG_REQ: + /* Process MAC cell config */ + unpackDuMacCellCfg(MacHdlCellCfgReq, pst, mBuf); + break; default: RG_FREE_MSG(mBuf); break;