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*/
36 #define NLU_SEL_LWLC 2
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
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
56 /********************************************************************30**
59 **********************************************************************/