/******************************************************************************* ################################################################################ # Copyright (c) [2017-2019] [Radisys] # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # # You may obtain a copy of the License at # # # # http://www.apache.org/licenses/LICENSE-2.0 # # # # Unless required by applicable law or agreed to in writing, software # # distributed under the License is distributed on an "AS IS" BASIS, # # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # # See the License for the specific language governing permissions and # # limitations under the License. # ################################################################################ *******************************************************************************/ /* This file contains UE management handling functionality for DU APP */ #ifndef __DU_UE_MGR_H__ #define __DU_UE_MGR_H__ #include "du_mgr.h" #include "du_log.h" #include "du_f1ap_msg_hdl.h" #include "ckw.h" #include "kwu.h" #include "ckw.x" #include "kwu.x" S16 duHdlEgtpDlData(EgtpMsg *egtpMsg); S16 duHdlRlcUlData(Pst *pst, KwuDatIndInfo* datInd, Buffer *mBuf); S16 packUeCreateReq(Pst *pst,CkwCfgInfo *cfgInfo); S16 cmPkKwuDatReq(Pst * pst,KwuDatReqInfo* datReq,Buffer * mBuf); uint8_t duProcUlCcchInd(UlCcchIndInfo *ulCcchIndInfo); #endif /********************************************************************** End of file **********************************************************************/