46b7104a5878030ea09b6d1ef27919b52e3f1cc3
[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 "envopt.h"        /* environment options */
25 #include "envdep.h"        /* environment dependent */
26 #include "envind.h"        /* environment independent */
27  
28 #include "gen.h"           /* general */
29 #include "ssi.h"           /* system services */
30 #include "cm5.h"           /* common timer defines */
31 #include "cm_tkns.h"       /* common tokens defines */
32 #include "cm_mblk.h"       /* common memory allocation library defines */
33 #include "cm_llist.h"      /* common link list  defines  */
34 #include "cm_hash.h"       /* common hash list  defines */
35 #include "cm_lte.h"        /* common LTE defines */
36 #include "cm_tpt.h"
37 #include "cm_inet.h"
38 #include "du_log.h" 
39 #include "rgu.h"
40 #include "kw.h"
41
42 #include "gen.x"           /* general */
43 #include "ssi.x"           /* system services */
44 #include "cm5.x"           /* common timer library */
45 #include "cm_tkns.x"       /* common tokens */
46 #include "cm_mblk.x"       /* common memory allocation */
47 #include "cm_llist.x"      /* common link list */
48 #include "cm_hash.x"       /* common hash list */
49 #include "cm_lte.x"        /* common LTE includes */
50 #include "cm_tpt.x"
51 #include "cm_inet.x"
52 #include "rgu.x"
53
54
55 #define DU_IP_V4_ADDR "10.0.2.20"
56 #define CU_IP_V4_ADDR "10.0.2.25"
57
58 S16 macStubBOStatus(Pst *pst, SpId spId, RlcMacBOStatus *boSta);
59 S16 macStubSendDlData(Pst *post, SpId spId, RlcMacData *dlData);
60 void macStubBuildUlData(Buffer *mBuf);
61
62 #endif /* __MAC_STUB_H__ */
63 #endif /* EGTP_TEST */
64
65 /**********************************************************************
66          End of file
67 **********************************************************************/