From 277c51e15dac94a74250c0305bf27cd3b4027db2 Mon Sep 17 00:00:00 2001
From: gauthier <gauthier@mycompany.com>
Date: Tue, 6 Oct 2015 16:56:40 +0000
Subject: [PATCH] missed references from openair-cn to openair3

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7887 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 README.txt                                 | 7 +------
 openair3/TEST/EPC_TEST/generate_scenario.c | 2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/README.txt b/README.txt
index b8c4cd439a..2ff2e02190 100644
--- a/README.txt
+++ b/README.txt
@@ -6,15 +6,10 @@ openair1: 3GPP LTE Rel-8 PHY layer + PHY RF simulation
 
 openair2: 3GPP LTE Rel-9 RLC/MAC/PDCP/RRC implementations, eNB application, X2AP. Note that for RLC, the following versions are userL UM_v9.3.0, TM_v9.3.0, and AM_v9.3.0. For PDCP, PDCP_v10.1.0 is used. For RRC, only LITE is used.
 
-openair3: additional networking protocols (PMIP, MIH, Multicasting) and scripts 
-
-openair-cn: 3GPP LTE Rel9 and 10 MME/NAS, S+P-GW, HSS, S1AP (ENB and MME).
-
-openairITS: IEEE 802.11p software modem (all layers)
+openair3: 3GPP LTE Rel9 and 10 MME/NAS, S+P-GW, HSS, S1AP (ENB and MME).
 
 common: some common OAI utilities, other tools can be found at openair2/UTILS
 
-
 targets: scripts to compile and lauch different system targets (simulation, emulation and real-time platforms, user-space tools for these platforms (tbd)) 
 
 see README files in these subdirectories for more information
diff --git a/openair3/TEST/EPC_TEST/generate_scenario.c b/openair3/TEST/EPC_TEST/generate_scenario.c
index 44a38a57c6..bd181ce878 100644
--- a/openair3/TEST/EPC_TEST/generate_scenario.c
+++ b/openair3/TEST/EPC_TEST/generate_scenario.c
@@ -372,7 +372,7 @@ static void usage (
   fprintf (stdout, "\t--help, -h          Print this help and return\n");
   fprintf (stdout, "\t--test-dir <path>\n");
   fprintf (stdout, "                      Set the test directory where pdml and original enb(s) config files are located\n");
-  fprintf (stdout, "                      See README in openair-cn/TEST/EPC_TEST\n");
+  fprintf (stdout, "                      See README in openair3/TEST/EPC_TEST\n");
   fprintf (stdout, "\t--new-enb-conf-file <file>\n");
   fprintf (stdout, "                      Provide an updated eNB config file for generating a copy of the original test\n");
   fprintf (stdout, "                      This option is set as many times as there are some eNB in the original test\n");
-- 
GitLab