X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac.h;h=3fa21a228e32ce671637993b1711bd6dd933114d;hb=d2d9dcbd92e8f1be15dd5891aaf9ada9bc071e1a;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..3fa21a228 100644 --- a/src/5gnrmac/lwr_mac.h +++ b/src/5gnrmac/lwr_mac.h @@ -26,12 +26,14 @@ #include "gen.h" #include "ssi.h" #include "cm_hash.h" +#include "cm_lte.h" #include "gen.x" #include "ssi.x" #include "cm_hash.x" +#include "cm_lte.x" #include "cm_lib.x" -#include "du_mgr_mac_inf.h" +#include "du_app_mac_inf.h" typedef enum { @@ -43,10 +45,12 @@ typedef enum /* Events in Lower Mac */ typedef enum{ - PARAM_REQ, - CONFIG_REQ = 2, - START_REQ = 4, - STOP_REQ, + PARAM_REQUEST, + PARAM_RESPONSE, + CONFIG_REQUEST, + CONFIG_RESPONSE, + START_REQUEST, + STOP_REQUEST, MAX_EVENT }EventState; @@ -70,7 +74,7 @@ typedef struct cellCb typedef enum { - RELEASE_15 + FAPI_RELEASE_15 }ReleaseCapab; typedef enum @@ -264,7 +268,6 @@ typedef struct clCellParam RssiMeasurement rssiMeasurementSupport; }ClCellParam; - EXTERN ClCb clGlobalCp; EXTERN ClCellCb * rgClUtlGetCellCb ARGS((U16 cellId));