O-CU-UP
[scp/ocu/5gnr.git] / Include / pdcpuDlDataProc.h
diff --git a/Include/pdcpuDlDataProc.h b/Include/pdcpuDlDataProc.h
new file mode 100644 (file)
index 0000000..3d6bc39
--- /dev/null
@@ -0,0 +1,17 @@
+/******************************************************************************
+###############################################################################
+#   Copyright (c) [2017-2020] [ICT/CAS]                                        #
+#   Licensed under the ORAN Software License v1.0 (License)             #
+###############################################################################
+******************************************************************************/
+
+#ifndef PDCPU_DL_DATA_PROC_H
+#define PDCPU_DL_DATA_PROC_H
+
+#include "vos_types.h"
+#include "cuupCommon.h"
+#include "msgb.h"
+
+extern INT32 pdcpuDlDataProc(UINT64 ueE1apId, UINT8 drbId, MsgbBuff_t *pMsgBuff, UINT8 sdapPduType);
+
+#endif /* PDCPU_DL_DATA_PROC_H */