365fc5e8cd1527e07d31ca4184bf2ed3c0171798
[o-du/l2.git] / src / 5gnrrlc / mac_stub.h
1 /*******************************************************************************
2 ################################################################################
3 #   Copyright (c) [2017-2019] [Radisys]                                        #
4 #                                                                              #
5 #   Licensed under the Apache License, Version 2.0 (the "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 #       http://www.apache.org/licenses/LICENSE-2.0                             #
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
19 #ifdef EGTP_TEST
20
21 #ifndef __MAC_STUB_H__
22 #define __MAC_STUB_H__
23
24 #include "du_log.h" 
25 #include "rgu.h"
26 #include "kw.h"
27
28 #include "rgu.x"
29
30
31 #define DU_IP_V4_ADDR "10.0.2.20"
32 #define CU_IP_V4_ADDR "10.0.2.25"
33
34 S16 macStubBOStatus(Pst *pst, SpId spId, RlcMacBOStatus *boSta);
35 S16 macStubSendDlData(Pst *post, SpId spId, RlcMacData *dlData);
36 void macStubBuildUlData(Buffer *mBuf);
37
38 #endif /* __MAC_STUB_H__ */
39 #endif /* EGTP_TEST */
40
41 /**********************************************************************
42          End of file
43 **********************************************************************/