/******************************************************************************* ################################################################################ # 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. # ################################################################################ *******************************************************************************/ /********************************************************************** Name: LTE-MAC layer Type: C include file Desc: Defines required by the LTE MAC-RRC control (CRG) interface File: crg.h **********************************************************************/ #ifndef __CRG_H__ #define __CRG_H__ /** @file crg.h @brief Defines for CRG interface. */ /* Cell/Ue/Logical channel MACROs */ /* crg_h_001.main_6: Removed transport channel types from CRG. */ #define CRG_CELL_CFG 1 /*!< Macro for Cell Configuration type*/ #define CRG_UE_CFG 2 /*!< Macro for UE configuration type*/ #define CRG_LCH_CFG 3 /*!< Macro for Logical channel Configuration type*/ #define CRG_SCELL_CFG 4 /*!< Macro for SCell Configuration type*/ #ifdef LTE_ADV #define CRG_MAX_SCELL_PER_UE 7 /*!