O-CU-UP 16/4116/5
authorYCJict <yuanchunjing@ict.ac.cn>
Tue, 16 Jun 2020 08:55:23 +0000 (16:55 +0800)
committerChunjing Yuan <yuanchunjing@ict.ac.cn>
Tue, 16 Jun 2020 10:02:13 +0000 (10:02 +0000)
commit1f71b9a76eacf92b39c1ce6f782f8404a34f60a9
treecf5c3535498140b80480f2b3fba64868ccb155ad
parent254694245736881ecfff4eb0d1503bf3f49a21be
O-CU-UP
function layer:SDAP and PDCP

Signed-off-by: YCJict <yuanchunjing@ict.ac.cn>
Change-Id: Ie031522f0504343c6d48a1e1367e6705e8c253ed
65 files changed:
Cu/CuUp/Pdcp/Common/Src/cuupTest.c [new file with mode: 0644]
Cu/CuUp/Pdcp/PdcpUp/Src/pdcpuCore.c [new file with mode: 0644]
Cu/CuUp/Pdcp/PdcpUp/Src/pdcpuDlDataProc.c [new file with mode: 0644]
Cu/CuUp/Pdcp/PdcpUp/Src/pdcpuUlDataProc.c [new file with mode: 0644]
Cu/CuUp/Pdcp/PdcpUp/Src/pdcpuUpc.c [new file with mode: 0644]
Cu/CuUp/Pdcp/makefile [new file with mode: 0644]
Cu/CuUp/Sdap/makefile [new file with mode: 0644]
Cu/CuUp/Sdap/sdap/Src/sdapCore.c [new file with mode: 0644]
Cu/CuUp/Sdap/sdap/Src/sdapDataProc.c [new file with mode: 0644]
Cu/CuUp/makefile [new file with mode: 0644]
Cu/CuUpApp/Src/main.c [new file with mode: 0644]
Cu/CuUpApp/makefile [new file with mode: 0644]
Cu/makefile [new file with mode: 0644]
Include/bitsPack.h [new file with mode: 0644]
Include/config.h [new file with mode: 0644]
Include/constraints.h [new file with mode: 0644]
Include/cuCommon.h [new file with mode: 0644]
Include/cuModuleCommon.h [new file with mode: 0644]
Include/cuModuleEnum.h [new file with mode: 0644]
Include/cuModuleInterface.h [new file with mode: 0644]
Include/cuupCommon.h [new file with mode: 0644]
Include/cuupProtocolPara.h [new file with mode: 0644]
Include/cuupTest.h [new file with mode: 0644]
Include/cuupUeIdTransf.h [new file with mode: 0644]
Include/f1uCommon.h [new file with mode: 0644]
Include/gnbCommon.h [new file with mode: 0644]
Include/gnbServiceType.h [new file with mode: 0644]
Include/gtpCommon.h [new file with mode: 0644]
Include/msgb.h [new file with mode: 0644]
Include/ngasn_constant.h [new file with mode: 0644]
Include/ngu.h [new file with mode: 0644]
Include/nguUlDataProc.h [new file with mode: 0644]
Include/omCuupApi.h [new file with mode: 0644]
Include/pdcpCommon.h [new file with mode: 0644]
Include/pdcpComprohc.h [new file with mode: 0644]
Include/pdcpu.h [new file with mode: 0644]
Include/pdcpuCore.h [new file with mode: 0644]
Include/pdcpuDlDataProc.h [new file with mode: 0644]
Include/plat_alarm.h [new file with mode: 0644]
Include/plat_db.h [new file with mode: 0644]
Include/plat_syslog.h [new file with mode: 0644]
Include/platform_module_names.h [new file with mode: 0644]
Include/sdapCore.h [new file with mode: 0644]
Include/sys_main_api.h [new file with mode: 0644]
Include/upcCommon.h [new file with mode: 0644]
Include/upcContext.h [new file with mode: 0644]
Include/vos_byteorder.h [new file with mode: 0644]
Include/vos_cli.h [new file with mode: 0644]
Include/vos_common.h [new file with mode: 0644]
Include/vos_ctype.h [new file with mode: 0644]
Include/vos_lib.h [new file with mode: 0644]
Include/vos_linklist.h [new file with mode: 0644]
Include/vos_module.h [new file with mode: 0644]
Include/vos_que.h [new file with mode: 0644]
Include/vos_sctp.h [new file with mode: 0644]
Include/vos_sem.h [new file with mode: 0644]
Include/vos_sockMgr.h [new file with mode: 0644]
Include/vos_socket.h [new file with mode: 0644]
Include/vos_string.h [new file with mode: 0644]
Include/vos_sys_diff.h [new file with mode: 0644]
Include/vos_sysmsg.h [new file with mode: 0644]
Include/vos_task.h [new file with mode: 0644]
Include/vos_time.h [new file with mode: 0644]
Include/vos_timer.h [new file with mode: 0644]
Include/vos_types.h [new file with mode: 0644]