J-Release Documentation
[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 EVTNLUBNDREQ                           1
35 #define EVTNLUBNDCFM                           2
36 #define EVTNLUNHBRREQ                          3
37 #define EVTNLUPCIMODINDCFM                     4
38 #define EVTNLUPERCELLSRCHRSP                   5
39 #define EVTNLUUEMEASRPTIND                     6
40 #define EVTNLUUECQIRPTIND                      7
41 #define EVTNLUUEIND                            8
42
43 #define NLU_MAX_NGH_CELL_INFO                  16
44 #define NLU_MAX_REPORTS                        8
45 #define NLU_MAX_NGH_NGH_CELL_INFO              16
46 #define NLU_MAX_NGH_ENB_CFG                    16
47 /* Periodic REM for TPM */
48 #define NLU_REM_MAX_CELL_SEARCH                16                
49 /* Periodic REM for TPM End */
50 #define LWR_LTEU_MAX_EARFCN   10
51 #endif /* __NLUH__ */
52 /********************************************************************30**
53
54            End of file
55 **********************************************************************/