/******************************************************************************* ################################################################################ # 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: KWU user interface Type: C include file Desc: This file Contains the Data structures and prototypes for KWU Interface File: kwu.h *********************************************************************21*/ #ifndef __KWU_H__ #define __KWU_H__ #ifdef __cplusplus extern "C" { #endif /*for extern "C"*/ /** @file kwu.h @brief KWU Interface File (kwu.h) */ /* KWU Interface Hash Defines */ /* CKW Interface Hash Defines */ /*********************************************************************** Defines for KWU Interface Events ***********************************************************************/ #define KWU_EVT_BND_REQ 0x50 /*!< Bind Request */ #define KWU_EVT_BND_CFM 0x51 /*!< Bind Confirm */ #define KWU_EVT_UBND_REQ 0x52 /*!< Unbind Request */ #ifdef L2_L3_SPLIT #define KWU_EVT_CPLANE_DAT_REQ 0x53 /*!< C-Plane Data Request */ #define KWU_EVT_UPLANE_DAT_REQ 0x5b /*!< U-Plane Data Request */ #endif #define KWU_EVT_DAT_REQ 0x53 /*!< Data Request */ #define KWU_EVT_TTI_IND 0x5c /*!