Commit 3ddc05b3 authored by winckel's avatar winckel

Corrected IP v4 overwrite.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4717 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a3121cb6
......@@ -267,7 +267,7 @@ static uint32_t eNB_app_register()
if (EPC_MODE_ENABLED)
{
/* Overwrite default IP v4 address by value from command line */
enb_properties[eNB_id]->mme_ip_address[0].ipv4 = EPC_MODE_MME_ADDRESS;
enb_properties[eNB_id]->mme_ip_address[0].ipv4_address = EPC_MODE_MME_ADDRESS;
}
/* note: there is an implicit relationship between the data structure and the message name */
......
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