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 *******************************************************************************/
19 /********************************************************************20**
21 Name: ESON layer management
25 Desc: This file contains the
30 *********************************************************************21*/
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
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
52 /********************************************************************30**
55 **********************************************************************/