X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fnlu.h;fp=src%2Fcm%2Fnlu.h;h=c5b83f5581a3283094351515b0cf681a9ae9d13b;hb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;hp=0000000000000000000000000000000000000000;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925;p=o-du%2Fl2.git diff --git a/src/cm/nlu.h b/src/cm/nlu.h new file mode 100755 index 000000000..c5b83f558 --- /dev/null +++ b/src/cm/nlu.h @@ -0,0 +1,59 @@ +/******************************************************************************* +################################################################################ +# Copyright (c) [2017-2019] [Radisys] # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +################################################################################ +*******************************************************************************/ + +/********************************************************************20** + + Name: ESON layer management + + Type: + + Desc: This file contains the + + + File: nlu.h + +*********************************************************************21*/ +#ifndef __NLUH__ +#define __NLUH__ + +#define NLU_SEL_LC 0 +#define NLU_SEL_TC 1 +#define NLU_SEL_LWLC 2 + +#define EVTNLUBNDREQ 1 +#define EVTNLUBNDCFM 2 +#define EVTNLUNHBRREQ 3 +#define EVTNLUPCIMODINDCFM 4 +#define EVTNLUPERCELLSRCHRSP 5 +#define EVTNLUUEMEASRPTIND 6 +#define EVTNLUUECQIRPTIND 7 +#define EVTNLUUEIND 8 + +#define NLU_MAX_NGH_CELL_INFO 16 +#define NLU_MAX_REPORTS 8 +#define NLU_MAX_NGH_NGH_CELL_INFO 16 +#define NLU_MAX_NGH_ENB_CFG 16 +/* Periodic REM for TPM */ +#define NLU_REM_MAX_CELL_SEARCH 16 +/* Periodic REM for TPM End */ +#define LWR_LTEU_MAX_EARFCN 10 +#endif /* __NLUH__ */ +/********************************************************************30** + + End of file +**********************************************************************/