Commit 5fafbe81 authored by Lionel Gauthier's avatar Lionel Gauthier

re ooops

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6228 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent d7b6aa05
...@@ -3370,6 +3370,11 @@ void *rrc_enb_task( ...@@ -3370,6 +3370,11 @@ void *rrc_enb_task(
rrc_eNB_process_GTPV1U_CREATE_TUNNEL_RESP(msg_p, msg_name_p, instance); rrc_eNB_process_GTPV1U_CREATE_TUNNEL_RESP(msg_p, msg_name_p, instance);
break; break;
case GTPV1U_ENB_DELETE_TUNNEL_RESP:
LOG_I(RRC, "[eNB %d] Received message %s, not processed because procedure not synched\n",
instance, msg_name_p);
break;
# endif # endif
/* Messages from eNB app */ /* Messages from eNB app */
......
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