From 5183702a5c4ab8b402ada54440d554e9d16501d3 Mon Sep 17 00:00:00 2001
From: winckel <winckel@eurecom.fr>
Date: Thu, 23 Jan 2014 15:14:37 +0000
Subject: [PATCH] Modified TAC to 1, 0 is reserved.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4936 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair-cn/UTILS/CONF/epc_caviar.conf   |  2 +-
 openair-cn/UTILS/CONF/epc_sud.conf      |  2 +-
 openair-cn/UTILS/CONF/epc_tapenade.conf |  2 +-
 openair2/ENB_APP/enb_app.c              | 14 +++++++-------
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/openair-cn/UTILS/CONF/epc_caviar.conf b/openair-cn/UTILS/CONF/epc_caviar.conf
index d229618d30..55f87e57e3 100644
--- a/openair-cn/UTILS/CONF/epc_caviar.conf
+++ b/openair-cn/UTILS/CONF/epc_caviar.conf
@@ -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";
diff --git a/openair-cn/UTILS/CONF/epc_sud.conf b/openair-cn/UTILS/CONF/epc_sud.conf
index 072bc1c3fa..8af6a389d1 100644
--- a/openair-cn/UTILS/CONF/epc_sud.conf
+++ b/openair-cn/UTILS/CONF/epc_sud.conf
@@ -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";
diff --git a/openair-cn/UTILS/CONF/epc_tapenade.conf b/openair-cn/UTILS/CONF/epc_tapenade.conf
index 67881390ab..76162a4f32 100644
--- a/openair-cn/UTILS/CONF/epc_tapenade.conf
+++ b/openair-cn/UTILS/CONF/epc_tapenade.conf
@@ -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";
diff --git a/openair2/ENB_APP/enb_app.c b/openair2/ENB_APP/enb_app.c
index 24e5704534..3832bb6a04 100644
--- a/openair2/ENB_APP/enb_app.c
+++ b/openair2/ENB_APP/enb_app.c
@@ -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,
-- 
GitLab