X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac.h;h=dc6429ada1a1b873bdc0c03a3996694567282563;hb=f15bab416a36e421d42be3d2d1a42bf4c8c8b6c2;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..dc6429ada 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 { @@ -43,10 +43,11 @@ typedef enum /* Events in Lower Mac */ typedef enum{ - PARAM_REQ, - CONFIG_REQ = 2, - START_REQ = 4, - STOP_REQ, + FAPI_PARAM_REQUEST, + FAPI_PARAM_RESPONSE, + FAPI_CONFIG_REQUEST, + FAPI_CONFIG_RESPONSE, + FAPI_START_REQUEST, MAX_EVENT }EventState; @@ -264,7 +265,6 @@ typedef struct clCellParam RssiMeasurement rssiMeasurementSupport; }ClCellParam; - EXTERN ClCb clGlobalCp; EXTERN ClCellCb * rgClUtlGetCellCb ARGS((U16 cellId));