3d6bc3952a2e1f5d80b38861973a507130fefd42
[scp/ocu/5gnr.git] / Include / pdcpuDlDataProc.h
1 /******************************************************************************
2 ###############################################################################
3 #   Copyright (c) [2017-2020] [ICT/CAS]                                        #
4 #   Licensed under the ORAN Software License v1.0 (License)             #
5 ###############################################################################
6 ******************************************************************************/
7
8 #ifndef PDCPU_DL_DATA_PROC_H
9 #define PDCPU_DL_DATA_PROC_H
10
11 #include "vos_types.h"
12 #include "cuupCommon.h"
13 #include "msgb.h"
14
15 extern INT32 pdcpuDlDataProc(UINT64 ueE1apId, UINT8 drbId, MsgbBuff_t *pMsgBuff, UINT8 sdapPduType);
16
17 #endif /* PDCPU_DL_DATA_PROC_H */