X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac.h;h=d153bccb2e07f6c3a1ae61472b3c409ef373f838;hb=5ea4c59cb4dd37164953218b0bd355284e11d22c;hp=422adbfba2ed8345f9b2eb36ac804b4e0e3945d8;hpb=18fbca81feebe0cf45f205c1c580c574741292b0;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac.h b/src/5gnrmac/lwr_mac.h index 422adbfba..d153bccb2 100644 --- a/src/5gnrmac/lwr_mac.h +++ b/src/5gnrmac/lwr_mac.h @@ -31,7 +31,7 @@ #include "ssi.x" #include "cm_hash.x" #include "cm_lib.x" -#include "du_mgr_mac_inf.h" +#include "du_app_mac_inf.h" typedef enum { @@ -44,8 +44,10 @@ typedef enum /* Events in Lower Mac */ typedef enum{ PARAM_REQ, - CONFIG_REQ = 2, - START_REQ = 4, + PARAM_RSP, + CONFIG_REQ, + CONFIG_RSP, + START_REQ, STOP_REQ, MAX_EVENT }EventState;