0bb793505523a744c645b1c198abf2f734b97ac6
[scp/ocu/5gnr.git] / Include / cuupTest.h
1 /******************************************************************************
2 ###############################################################################
3 #   Copyright (c) [2017-2019] [ICT/CAS]                                        #
4 #   Licensed under the ORAN Software License v1.0 (License)             #
5 ###############################################################################
6 ******************************************************************************/
7 #ifndef CUUP_TEST_H
8 #define CUUP_TEST_H
9
10 #include "vos_socket.h"
11 #include "pdcpu.h"
12 #include "ngu.h"
13 #include "cuupCommon.h"
14 #include "f1uCommon.h"
15 #include "gtpCommon.h"
16 #include "cuupUeIdTransf.h"
17 #include "msgb.h"
18 #include "sdapCore.h"
19
20 extern INT32 printfTransLayerAddr(TransLayerAddr_t *pAddr);
21 extern INT32 printfNguInstance(NguInstance_t *pNguInstance);
22 extern INT32 printfNguCfgResult(NguCfgResult_t *pCfg);
23 extern INT32 printfDrbEntity(PdcpDrbEntity_t *pEntity);
24 extern INT32 printfPdcpuCfgResult(PdcpuCfgResult_t *pResult);
25 extern INT32 printfCuf1uInstance(Cuf1uInstance_t *pF1u);
26 extern INT32 printfCuf1uCfgResult(Cuf1uCfgResult_t *pResult);
27 extern INT32 printfPdcpuSecInfo(PdcpuSecInfo_t *pSec);
28 extern INT32 printfVosSockAddr(vos_sockaddr_t *pAddr);
29 extern INT32 printfTun(Tun_t *pTun);
30 extern INT32 printfPdcpuSecEnableInfo(PdcpuSecEnableInfo_t *pInfo);
31 extern INT32 printfCuupUeIdxTable(CuupUeIdxTable_t *pTable);
32 extern INT32 printfMsgbBuff(MsgbBuff_t *pMsgBuff);
33 extern INT32 printfExPduInfo(ExPduInfo_t *pPdu);
34
35 #endif /* CUUP_TEST_H */