diff --git a/README.txt b/README.txt index 614b70371633426739433ea7412996dbac12b13a..9a29dfa6790b54b2971fb4cc141633313a9ffc16 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 022875dc521453d7f26fc432e42aebc4fb5e3fd5..e955e233bfcb670a7d200dc6ff2ef6367237a6ae 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 ----------------------------------------------------