Commit cb208a8d authored by Lionel Gauthier's avatar Lionel Gauthier

pre-ci did not detect

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4893 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 30ae0bb4
/*
* rlc_messages_def.h
*
* Created on: Jan 15, 2014
* Author: Gauthier
*/
//-------------------------------------------------------------------------------------------//
// Messages for RLC logging
#if defined(DISABLE_ITTI_XER_PRINT)
#else
MESSAGE_DEF(RLC_AM_DATA_PDU_IND, MESSAGE_PRIORITY_MED_PLUS, IttiMsgText, rlc_am_data_pdu_ind)
MESSAGE_DEF(RLC_AM_DATA_PDU_REQ, MESSAGE_PRIORITY_MED_PLUS, IttiMsgText, rlc_am_data_pdu_req)
MESSAGE_DEF(RLC_AM_STATUS_PDU_IND, MESSAGE_PRIORITY_MED_PLUS, IttiMsgText, rlc_am_status_pdu_ind)
MESSAGE_DEF(RLC_AM_STATUS_PDU_REQ, MESSAGE_PRIORITY_MED_PLUS, IttiMsgText, rlc_am_status_pdu_req)
MESSAGE_DEF(RLC_UM_DATA_PDU_IND, MESSAGE_PRIORITY_MED_PLUS, IttiMsgText, rlc_um_data_pdu_ind)
MESSAGE_DEF(RLC_UM_DATA_PDU_REQ, MESSAGE_PRIORITY_MED_PLUS, IttiMsgText, rlc_um_data_pdu_req)
#endif
/*
* rlc_messages_types.h
*
* Created on: Jan 15, 2014
* Author: Gauthier
*/
#ifndef RLC_MESSAGES_TYPES_H_
#define RLC_MESSAGES_TYPES_H_
#endif /* RLC_MESSAGES_TYPES_H_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment