RLC-MAC Interface APIs and Memory configuration Changes
[o-du/l2.git] / src / 5gnrrlc / kw_dl_ex_ms.c
index eb12708..9198e4f 100755 (executable)
@@ -506,16 +506,9 @@ Buffer *mBuf;           /* message buffer */
                      ret = cmUnpkRguBndCfm(KwLiRguBndCfm, pst, mBuf );
                      break;
                   }
-
-               case EVTRGUCSTAIND:    /* Coomon Channel Status Response */
-                  {
-                     ret = cmUnpkRguCStaInd(KwLiRguCStaInd, pst, mBuf);
-                     break;
-                  }
-
-               case EVTRGUDSTAIND:    /* Dedicated Channel Status Response */
+               case EVTSCHREP:    /* Dedicated Channel Status Response */
                   {
-                     ret = cmUnpkRguDStaInd(KwLiRguDStaInd, pst, mBuf);
+                     ret = unpackSchedRep(RlcMacProcSchedRep, pst, mBuf);
                      break;
                   }
                   /* kw005.201 added support for L2 Measurement */