From c107789e4ccda46c084efd8d967f2124b4854c5f Mon Sep 17 00:00:00 2001
From: LAD <louisadrien.dufrene@orange.com>
Date: Wed, 9 Oct 2019 07:30:10 -0700
Subject: [PATCH] [to test] CU/DU split supported

---
 openair2/RRC/LTE/rrc_eNB.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair2/RRC/LTE/rrc_eNB.c b/openair2/RRC/LTE/rrc_eNB.c
index f7c4b1f06b..7891183323 100644
--- a/openair2/RRC/LTE/rrc_eNB.c
+++ b/openair2/RRC/LTE/rrc_eNB.c
@@ -6498,7 +6498,7 @@ rrc_eNB_process_RRCConnectionReconfigurationComplete(
     /* CDRX: (under test) activated when RRC Connection Reconfiguration was sent */
     int UE_id_mac = find_UE_id(ctxt_pP->module_id, ue_context_pP->ue_context.rnti);
     if (UE_id_mac == -1) {
-      LOG_E(rrc, "Can't find UE_id(MAC) of UE rnti %x\n", ue_context_pP->ue_context.rnti);
+      LOG_E(RRC, "Can't find UE_id(MAC) of UE rnti %x\n", ue_context_pP->ue_context.rnti);
       return;
     }
     
-- 
2.26.2