[JIRA ID: ODUHIGH-242] RB configuration for Ue Context Setup for RLC
[o-du/l2.git] / src / 5gnrmac / rg_ex_ms.c
index a1da997..7bad72d 100755 (executable)
@@ -84,8 +84,6 @@ Pst     *pst;                       /* post structure       */
 Buffer  *mBuf;                      /* message buffer       */
 #endif
 {
-   TRC2(rgHdlSMEvents)
-
    switch(pst->event)
    {
 #ifdef LCRGMILRG
@@ -126,10 +124,14 @@ Buffer  *mBuf;                      /* message buffer       */
                        /* Process DL CCCH Ind */
                        unpackMacDlCcchInd(MacProcDlCcchInd, pst, mBuf);
                        break;
-               case EVENT_MAC_UE_CREATE_REQ:
+               case EVENT_MAC_UE_CONFIG_REQ:
                   /* Process Ue Create Request */
                        unpackMacUeCreateReq(MacProcUeCreateReq, pst, mBuf);
                        break;
+                case EVENT_MAC_UE_RECONFIG_REQ:
+                  /* Process Ue Reconfig Request */
+                       unpackMacUeReconfigReq(MacProcUeReconfigReq, pst, mBuf);
+                       break;
       default:
          RG_FREE_MSG(mBuf);
          break;
@@ -163,8 +165,6 @@ Pst     *pst;                       /* post structure       */
 Buffer  *mBuf;                      /* message buffer       */
 #endif
 {
-   TRC2(rgHdlNHEvents)
-
    switch(pst->event)
    {
 #ifdef LCRGUICRG
@@ -210,8 +210,6 @@ Pst     *pst;                       /* post structure       */
 Buffer  *mBuf;                      /* message buffer       */
 #endif
 {
-   TRC2(rgHdlKWEvents)
-
    switch(pst->event)
    {
 #ifdef LCRGUIRGU
@@ -267,8 +265,6 @@ Pst     *pst;                       /* post structure       */
 Buffer  *mBuf;                      /* message buffer       */
 #endif
 {
-   TRC2(rgHdlTFEvents)
-
    switch(pst->event)
    {
 #if  (defined(LCRGLITFU) || defined(LWLCRGLITFU))
@@ -317,8 +313,6 @@ Pst     *pst;                       /* post structure       */
 Buffer  *mBuf;                      /* message buffer       */
 #endif
 {
-   TRC2(rgHdlRGEvents)
-
    switch(pst->event)
    {
 #ifdef LCRG
@@ -443,8 +437,6 @@ Pst     *pst;                       /* post structure       */
 Buffer  *mBuf;                      /* message buffer       */
 #endif
 {
-   TRC2(rgActvTsk)
-
    switch(pst->srcEnt)
    {
       /* The originator of this message is the stack manager,