3d2be6bcf2edb55c2f6d1e3e6f3ee6fdf77d0dbf
[o-du/l2.git] / src / cm / l2_tenb_stats.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 /**********************************************************************
20  
21     Name:  
22  
23     Type:  
24  
25     Desc:  
26  
27     File:  l2_tenb_stats.h
28  
29 **********************************************************************/
30  
31 /** @file pj_tenb_stats.h
32 */
33  
34 #ifdef TENB_STATS 
35 #ifndef __TENBSTATSH__
36 #define __TENBSTATSH__
37
38 #ifdef __cplusplus
39 extern "C" {
40 #endif /* __cplusplus */
41 /*MCELL changes*/
42 #ifdef LTE_PAL_ENB
43 #define L2_STATS_MAX_CELLS 5
44 #else
45 #define L2_STATS_MAX_CELLS 5
46 #endif
47 #ifndef XEON_SPECIFIC_CHANGES   
48 #define L2_STATS_MAX_UES   300
49 #define L2_STATS_MAX_RNTIS 500
50 #else
51 #define L2_STATS_MAX_UES   TENB_MAX_UE_SUPPORTED /* ANOOP changed */
52 #define L2_STATS_MAX_RNTIS 61 + TENB_MAX_UE_SUPPORTED
53 #endif   
54
55 #endif
56 #endif /* TENB_STATS */
57 /**********************************************************************
58          End of file
59 **********************************************************************/