Moving all common header file into common_def.h file
[o-du/l2.git] / src / cm / common_def.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 #include <stdio.h>
19 #include <ctype.h>
20 #include <stdlib.h>
21 #include <string.h>
22 #include <stdbool.h>
23 #include <stdint.h>
24
25 #include "cm_mem.h"
26 #include "cm_math.h"
27 #include "envopt.h"
28 #include "envdep.h"
29 #include "envind.h"
30 #include "gen.h" 
31 #include "ssi.h" 
32 #include "cm5.h"
33 #include "cm_tkns.h"
34 #include "cm_mblk.h"
35 #include "cm_llist.h"
36 #include "cm_hash.h"
37 #include "cm_lte.h"
38 #include "cm_err.h"
39 #include "cm_tpt.h"
40 #include "cm.h"
41 #include "gen.x"           /* general */
42 #include "ssi.x"           /* system services */
43 #include "cm_math.x"
44 #include "cm_tpt.x"
45 #include "cm_tkns.x" 
46 #include "cm_mblk.x"
47 #include "cm_llist.x"
48 #include "cm5.x" 
49 #include "cm_hash.x"
50 #include "cm_lte.x"
51 #include "cm_lib.x"
52
53 /* 5G ORAN phy delay */
54 #define PHY_DELTA 2
55
56  /* SELECTORS */ 
57 #define ODU_SELECTOR_LC 0
58 #define ODU_SELECTOR_TC 1
59 #define ODU_SELECTOR_LWLC 2
60