Commit 8094e5f7 authored by winckel's avatar winckel

Added a place holder for PHY_CONFIGURATION_REQ processing in eNB.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5008 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a0ba68d5
......@@ -3749,6 +3749,13 @@ void phy_procedures_eNB_lte(unsigned char last_slot, unsigned char next_slot,PHY
break;
# endif
/* Messages from eNB app */
case PHY_CONFIGURATION_REQ:
LOG_I(PHY, "[eNB %d] Received %s\n", instance, msg_name);
/* TODO */
break;
default:
LOG_E(PHY, "[ENB %d] Received unexpected message %s\n", Mod_id, msg_name);
break;
......
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