1 /*******************************************************************************
2 ################################################################################
3 # Copyright (c) [2017-2019] [Radisys] #
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 #
9 # http://www.apache.org/licenses/LICENSE-2.0 #
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 *******************************************************************************/
21 #ifndef __MAC_STUB_H__
22 #define __MAC_STUB_H__
24 #include "envopt.h" /* environment options */
25 #include "envdep.h" /* environment dependent */
26 #include "envind.h" /* environment independent */
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 */
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 */
55 #define DU_IP_V4_ADDR "10.0.2.20"
56 #define CU_IP_V4_ADDR "10.0.2.25"
58 S16 macStubBOStatus(Pst *pst, SpId spId, RlcMacBOStatus *boSta);
59 S16 macStubSendDlData(Pst *post, SpId spId, RlcMacData *dlData);
60 void macStubBuildUlData(Buffer *mBuf);
62 #endif /* __MAC_STUB_H__ */
63 #endif /* EGTP_TEST */
65 /**********************************************************************
67 **********************************************************************/