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 Name: Upper Layer Interface - RLC
24 Desc: Structures, variables and typedefs required by
29 *********************************************************************21*/
40 @brief Defines for RGM interface.
44 /***********************************************************************
46 ***********************************************************************/
48 /* Event corresponding to each primitive at this interface */
49 #define EVTRGMBASEEVT 0 /*!< Bind Request */
50 #define EVTRGMBNDREQ 1 /*!< Bind Request */
51 #define EVTRGMUBNDREQ 2 /*!< Un-Bind Request */
52 #define EVTRGMBNDCFM 3 /*!< Bind Confirm */
53 #define EVTRGMCFGPRBRPRT 4 /*!< PRB Report Configuration */
54 #define EVTRGMPRBRPRTIND 5 /*!< PRB report Indication */
55 #define EVTRGMTRANSMODEIND 6 /*!< Trans Mode Chg Indication */
59 /* selector(coupling) values */
61 #define RGM_SEL_LWLC 1
64 #define RGM_UBNDREQ_MNGMT 1 /*!< TFU sap unbind reason */
66 /* Rgm Prb Usage Info */
67 #define RGM_PRB_USAGE_UL 1 /* Only UL - Mode TDD */
68 #define RGM_PRB_USAGE_DL 2 /* Only DL - Mode TDD */
77 /********************************************************************30**
80 **********************************************************************/