X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2F5gnrmac%2Flwr_mac.h;h=dc6429ada1a1b873bdc0c03a3996694567282563;hb=f15bab416a36e421d42be3d2d1a42bf4c8c8b6c2;hp=ea9cd95f562ef6013ca43007a1c8dc95d6fda997;hpb=d1ead035ab3b543810f1838b2519904bf84477ec;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac.h b/src/5gnrmac/lwr_mac.h index ea9cd95f5..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 "mac_interface.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));