From 8e7d0de5f64cb5cb104d7c0eec00633de787a5eb Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Wed, 6 Aug 2014 20:04:04 +0000
Subject: [PATCH] itti msg text

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5674 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair2/COMMON/rlc_messages_def.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openair2/COMMON/rlc_messages_def.h b/openair2/COMMON/rlc_messages_def.h
index 6ed8cf3e714..8d63081a27c 100755
--- a/openair2/COMMON/rlc_messages_def.h
+++ b/openair2/COMMON/rlc_messages_def.h
@@ -49,4 +49,6 @@ MESSAGE_DEF(RLC_AM_SDU_IND,                     MESSAGE_PRIORITY_MED_PLUS,  Itti
 
 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)
+MESSAGE_DEF(RLC_UM_SDU_REQ,                     MESSAGE_PRIORITY_MED_PLUS,  IttiMsgText,         rlc_um_sdu_req)
+MESSAGE_DEF(RLC_UM_SDU_IND,                     MESSAGE_PRIORITY_MED_PLUS,  IttiMsgText,         rlc_um_sdu_ind)
 #endif
-- 
GitLab