X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac_msg_hdl.c;h=92eb13a9ffb6ee3dce455c155891c7833093ad3f;hb=fe3e15254e67fd96dbfabec4bf7245c3b64ee415;hp=b0ff0142ce6a89ab90687d70b2371274582b696b;hpb=a42c1300602c311dd44fd1e5595dcf6f9f9e1e5d;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac_msg_hdl.c b/src/5gnrmac/mac_msg_hdl.c index b0ff0142c..92eb13a9f 100644 --- a/src/5gnrmac/mac_msg_hdl.c +++ b/src/5gnrmac/mac_msg_hdl.c @@ -56,9 +56,56 @@ #include "rg_prg.x" #include "du_app_mac_inf.h" #include "rg.x" - +#include "lwr_mac_fsm.h" /* This file contains message handling functionality for MAC */ +extern void sendToLowerMac(uint16_t msgType, uint32_t msgLen, void *msg); + +/******************************************************************* + * + * @brief Processes DL data from RLC + * + * @details + * + * Function : MacRlcProcDlData + * + * Functionality: + * Processes DL data from RLC + * + * @params[in] Post structure + * DL data + * @return ROK - success + * RFAILED - failure + * + * ****************************************************************/ +uint16_t MacRlcProcDlData(Pst* pst, SpId spId, RlcMacData *dlData) +{ + return ROK; +} + +/******************************************************************* + * + * @brief Processes BO status from RLC + * + * @details + * + * Function : MacRlcProcBOStatus + * + * Functionality: + * Processes BO status from RLC + * + * @params[in] Post structure + * BO status + * @return ROK - success + * RFAILED - failure + * + * ****************************************************************/ +uint16_t MacRlcProcBOStatus(Pst* pst, SpId spId, RlcMacBOStatus* boStatus) +{ + return ROK; +} + + /******************************************************************* * * @brief Handles cell start reuqest from DU APP