Commit 7ede66ea authored by winckel's avatar winckel

Addapted eNB PLMN id for IOT or SIMU tests.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4927 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e4f59a03
...@@ -41,7 +41,7 @@ MME_GID = 3,4,5,30,8,9,50021; ...@@ -41,7 +41,7 @@ MME_GID = 3,4,5,30,8,9,50021;
# TA (mcc.mnc:tracking area code) DEFAULT = 208.34:0 # TA (mcc.mnc:tracking area code) DEFAULT = 208.34:0
# max values = 999.999:65535 # max values = 999.999:65535
# maximum of 32 values, comma separated # maximum of 32 values, comma separated
PLMN = 208.38:0,209.130:4,208.92:0,208.10:20810; PLMN = 208.38:0,209.130:4,208.92:0,208.10:0;
# ------- Interfaces definitions # ------- Interfaces definitions
SGW_INTERFACE_NAME_FOR_S11 = "eth0"; SGW_INTERFACE_NAME_FOR_S11 = "eth0";
......
...@@ -111,7 +111,11 @@ static Enb_properties_t enb_0_properties = ...@@ -111,7 +111,11 @@ static Enb_properties_t enb_0_properties =
"eNB_Eurecom_0", "eNB_Eurecom_0",
0, 0,
208, 208,
#ifdef EXMIMO_IOT
92, 92,
#else
10,
#endif
PAGING_DRX_256, PAGING_DRX_256,
1, /* There are 2 addresses defined, but use only one by default */ 1, /* There are 2 addresses defined, but use only one by default */
{ {
......
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