X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_ex_ms.c;h=b24e3e0411f231f5ca47bd18598b0157f9358156;hb=719cc82cbb3d21edc03cccdae046f5a2d5f3d427;hp=65f5fa228eb98a51f2ccc6ac01324c71dec788b7;hpb=d1ead035ab3b543810f1838b2519904bf84477ec;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_ex_ms.c b/src/5gnrmac/rg_ex_ms.c index 65f5fa228..b24e3e041 100755 --- a/src/5gnrmac/rg_ex_ms.c +++ b/src/5gnrmac/rg_ex_ms.c @@ -134,7 +134,7 @@ Buffer *mBuf; /* message buffer */ #endif /* LCRGMILRG */ case EVENT_MAC_CELL_CONFIG_REQ: /* Process MAC cell config */ - cmUnpackLwLcMacCellCfg(unpackMacCellCfgReq, pst, mBuf); + unpackDuMacCellCfg(handleMacCellCfgReq, pst, mBuf); break; default: RG_FREE_MSG(mBuf);