Commit 5183702a authored by winckel's avatar winckel

Modified TAC to 1, 0 is reserved.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4936 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a773ee0e
......@@ -41,7 +41,7 @@ MME_GID = 3,4,5,30,8,9,50021;
# TA (mcc.mnc:tracking area code) DEFAULT = 208.34:0
# max values = 999.999:65535
# maximum of 32 values, comma separated
PLMN = 208.38:0,209.130:4,208.92:0;
PLMN = 208.38:0,209.130:4,208.92:1;
# ------- Interfaces definitions
SGW_INTERFACE_NAME_FOR_S11 = "eth0";
......
......@@ -41,7 +41,7 @@ MME_GID = 3,4,5,30,8,9,50021;
# TA (mcc.mnc:tracking area code) DEFAULT = 208.34:0
# max values = 999.999:65535
# maximum of 32 values, comma separated
PLMN = 208.38:0,209.130:4,208.92:0,208.10:0;
PLMN = 208.38:0,209.130:4,208.92:1,208.10:1;
# ------- Interfaces definitions
SGW_INTERFACE_NAME_FOR_S11 = "eth0";
......
......@@ -41,7 +41,7 @@ MME_GID = 3,4,5,30,8,9,50021;
# TA (mcc.mnc:tracking area code) DEFAULT = 208.34:0
# max values = 999.999:65535
# maximum of 32 values, comma separated
PLMN = 208.38:0,209.130:4,208.92:0;
PLMN = 208.38:0,209.130:4,208.92:1,208.10:1;
# ------- Interfaces definitions
SGW_INTERFACE_NAME_FOR_S11 = "eth0";
......
......@@ -109,12 +109,12 @@ static Enb_properties_t enb_0_properties =
347472,
CELL_MACRO_ENB,
"eNB_Eurecom_0",
0,
208,
1, /* Tracking area code, 0x0000 and 0xfffe are reserved values */
208, /* Mobile Country Code */
#ifdef EXMIMO_IOT
92,
92, /* Mobile Network Code */
#else
10,
10, /* Mobile Network Code */
#endif
PAGING_DRX_256,
1, /* There are 2 addresses defined, but use only one by default */
......@@ -140,7 +140,7 @@ static Enb_properties_t enb_1_properties =
347473,
CELL_MACRO_ENB,
"eNB_Eurecom_1",
0,
1,
208,
92,
PAGING_DRX_256,
......@@ -167,7 +167,7 @@ static Enb_properties_t enb_2_properties =
347474,
CELL_MACRO_ENB,
"eNB_Eurecom_2",
0,
1,
208,
92,
PAGING_DRX_256,
......@@ -188,7 +188,7 @@ static Enb_properties_t enb_3_properties =
347475,
CELL_MACRO_ENB,
"eNB_Eurecom_3",
0,
1,
208,
92,
PAGING_DRX_256,
......
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