diff --git a/openair2/ENB_APP/enb_app.c b/openair2/ENB_APP/enb_app.c
index 4761fa08c1984ae177c6b989400b38f7cdfc6481..0ca8616fd9a8e88dcb3e683e16aa96d79e247f4e 100644
--- a/openair2/ENB_APP/enb_app.c
+++ b/openair2/ENB_APP/enb_app.c
@@ -100,7 +100,7 @@ static void configure_rrc(uint32_t enb_id)
   msg_p = itti_alloc_new_message (TASK_ENB_APP, RRC_CONFIGURATION_REQ);
 
   if (RC.rrc[enb_id]) {
-    RCconfig_RRC(msg_p,enb_id,&RC.rrc[enb_id]);
+    RCconfig_RRC(msg_p,enb_id, RC.rrc[enb_id]);
     
   /*
   RRC_CONFIGURATION_REQ (msg_p).cell_identity =   enb_properties->properties[enb_id]->eNB_id;