Modify licenses
[scp/ocu/5gnr.git] / Cu / CuUp / Pdcp / Common / Src / cuupTest.c
1 /******************************************************************************
2 *
3 *   Copyright (c) 2020 ICT/CAS.
4 *
5 *   Licensed under the O-RAN Software License, Version 1.0 (the "Software License");
6 *   you may not use this file except in compliance with the License.
7 *   You may obtain a copy of the License at
8 *
9 *       https://www.o-ran.org/software
10 *
11 *   Unless required by applicable law or agreed to in writing, software
12 *   distributed under the License is distributed on an "AS IS" BASIS,
13 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 *   See the License for the specific language governing permissions and
15 *   limitations under the License.
16 *
17 *******************************************************************************/
18 #include "cuupTest.h"
19
20 INT32 printfPduSessionCfgType(UpcCfgType_e type)
21 {
22         return VOS_OK;
23 }
24
25 INT32 printfTransLayerAddr(TransLayerAddr_t *pAddr)
26 {
27
28         return VOS_OK;
29 }
30
31 INT32 printfNguInstance(NguInstance_t *pNguInstance)
32 {
33
34         return VOS_OK;
35 }
36
37 INT32 printfNguCfgResult(NguCfgResult_t *pCfg)
38 {
39
40         return VOS_OK;
41 }
42
43
44 INT32 printfSecuResult(SecuResult_t *pResult)
45 {
46         return VOS_OK;
47 }
48
49 INT32 printfPdcpRlcMode(PdcpRlcMode_e mode)
50 {
51
52         return VOS_OK;
53 }
54
55
56 INT32 printfDrbEntity(PdcpDrbEntity_t *pEntity)
57 {
58         return VOS_OK;
59 }
60
61 INT32 printfDrbFailedCause(DrbFailedCause_t *p)
62 {
63         return VOS_OK;
64 }
65
66 INT32 printfPdcpuCfgResult(PdcpuCfgResult_t *pResult)
67 {
68         return VOS_OK;
69 }
70
71
72 INT32 printfCuf1uInstance(Cuf1uInstance_t *pF1u)
73 {
74         return VOS_OK;
75 }
76
77 INT32 printfCuf1uSetupInfo(Cuf1uSetupInfo_t *pInfo)
78 {
79         return VOS_OK;
80 }
81
82
83 INT32 printfCuf1uCfgResult(Cuf1uCfgResult_t *pResult)
84 {
85         return VOS_OK;
86 }
87
88 INT32 printfPdcpuSecInfo(PdcpuSecInfo_t *pSec)
89 {
90         return VOS_OK;
91 }
92
93 INT32 printfVosSockAddr(vos_sockaddr_t *pAddr)
94 {
95         return VOS_OK;
96 }
97
98 INT32 printfTun(Tun_t *pTun)
99 {
100         return VOS_OK;
101 }
102
103 INT32 printfPdcpuSecEnableInfo(PdcpuSecEnableInfo_t *pInfo)
104 {
105         return VOS_OK;
106 }
107
108 INT32 printfCuupUeIdxTable(CuupUeIdxTable_t *pTable)
109 {
110         return VOS_OK;
111 }
112
113 INT32 printfMsgbBuff(MsgbBuff_t *pMsgBuff)
114 {
115         return VOS_OK;
116 }
117
118 INT32 printfExPduInfo(ExPduInfo_t *pPdu)
119 {
120         return VOS_OK;
121 }
122
123 INT32 printfSdapNewInstance(SdapGlobalDtat_t *pGlobalData)
124 {
125         return VOS_OK;
126 }