From 2c37f777e3523bfa7cf285b9adf5cc2f1304a925 Mon Sep 17 00:00:00 2001 From: Navid Nikaein <navid.nikaein@eurecom.fr> Date: Mon, 28 Jul 2014 08:47:51 +0000 Subject: [PATCH] update the README files git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5615 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- README.txt | 2 +- targets/README.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 614b7037163..9a29dfa6790 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ The OpenAirInterface (OAI) software is composed of six different parts: openair1: 3GPP LTE Rel-8 PHY layer + PHY RF simulation -openair2: 3GPP LTE Rel-9 RLC/MAC/PDCP/RRC implementations, eNB application, X2AP +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 diff --git a/targets/README.txt b/targets/README.txt index 022875dc521..e955e233bfc 100644 --- a/targets/README.txt +++ b/targets/README.txt @@ -24,8 +24,6 @@ First, you must have all four openair SW directories, openair1, openair2, openai - libatlas-base-dev and libatlas-headers (for Ubuntu 11.04, libatlas-dev instead of libatlas-headers) - asn1c and the LTE ASN1 files (for more information on how to install this and generate the required files see the README file in openair2/RRC/LITE/MESSAGES) -Makefile - This Makefile does basic checks of the code to verify that everything is properly installed, just run make to see what your options are. - ---------------------------------------------------- 2) Organization of the folders and their dependancies ---------------------------------------------------- -- GitLab