diff --git a/README.txt b/README.txt index b8c4cd439a2bb7c5a6dde4dd74443131c9830b93..2ff2e02190d5b2c628e793e5d2f0e7b19eedd4de 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 44a38a57c6bc5046152c0f8ff63dfb53b9d01ecc..bd181ce8784062b1fb43175265f64ff0f46e9e59 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");