X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_ex_ms.c;fp=src%2F5gnrmac%2Frg_ex_ms.c;h=ec2c85bee66ee0b11e830be330dd7a92dbe3848c;hb=79b8d410dc34e5624583b9ad935e65350dd3f62a;hp=a4c422c98ce5a0d06b91b20f9ddbc7316f051cdc;hpb=cad4905437d02b16c3916903a42f501eb8f7b1ac;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_ex_ms.c b/src/5gnrmac/rg_ex_ms.c index a4c422c98..ec2c85bee 100755 --- a/src/5gnrmac/rg_ex_ms.c +++ b/src/5gnrmac/rg_ex_ms.c @@ -107,13 +107,13 @@ Buffer *mBuf /* message buffer */ /* Process MAC cell config */ unpackDuMacCellCfg(MacProcCellCfgReq, pst, mBuf); break; - case EVENT_MAC_CELL_START_REQ: + case EVENT_MAC_CELL_START: /* Process MAC cell start request */ - unpackMacCellStartReq(MacProcCellStartReq, pst, mBuf); + unpackMacCellStart(MacProcCellStart, pst, mBuf); break; - case EVENT_MAC_CELL_STOP_REQ: + case EVENT_MAC_CELL_STOP: /* Process MAC cell stop request */ - unpackMacCellStopReq(MacProcCellStopReq, pst, mBuf); + unpackMacCellStop(MacProcCellStop, pst, mBuf); break; case EVENT_MAC_DL_CCCH_IND: /* Process DL CCCH Ind */