c5b83f5581a3283094351515b0cf681a9ae9d13b
[o-du/l2.git] / src / cm / nlu.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**
20
21      Name:     ESON layer management
22
23      Type:     
24
25      Desc:     This file contains the 
26                
27
28      File:     nlu.h
29
30 *********************************************************************21*/
31 #ifndef __NLUH__
32 #define __NLUH__
33
34 #define NLU_SEL_LC                             0
35 #define NLU_SEL_TC                             1
36 #define NLU_SEL_LWLC                           2 
37
38 #define EVTNLUBNDREQ                           1
39 #define EVTNLUBNDCFM                           2
40 #define EVTNLUNHBRREQ                          3
41 #define EVTNLUPCIMODINDCFM                     4
42 #define EVTNLUPERCELLSRCHRSP                   5
43 #define EVTNLUUEMEASRPTIND                     6
44 #define EVTNLUUECQIRPTIND                      7
45 #define EVTNLUUEIND                            8
46
47 #define NLU_MAX_NGH_CELL_INFO                  16
48 #define NLU_MAX_REPORTS                        8
49 #define NLU_MAX_NGH_NGH_CELL_INFO              16
50 #define NLU_MAX_NGH_ENB_CFG                    16
51 /* Periodic REM for TPM */
52 #define NLU_REM_MAX_CELL_SEARCH                16                
53 /* Periodic REM for TPM End */
54 #define LWR_LTEU_MAX_EARFCN   10
55 #endif /* __NLUH__ */
56 /********************************************************************30**
57
58            End of file
59 **********************************************************************/