Commit 052d5a02 authored by Lionel Gauthier's avatar Lionel Gauthier

typos

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6206 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 39dbfcd1
...@@ -16,13 +16,13 @@ First, you must have all four openair SW directories, openair1, openair2, openai ...@@ -16,13 +16,13 @@ First, you must have all four openair SW directories, openair1, openair2, openai
- ssh, python, python pexpect - ssh, python, python pexpect
- libblas and libblas-dev - libblas and libblas-dev
- libconfig++8-dev - libconfig++8-dev
- libgtk-3-dev - libgtk-3-dev
- libpgm-5.1 and libpgm-5.1-dev for distributed simulation with reliable multicast transmport - libpgm-5.1 and libpgm-5.1-dev for distributed simulation with reliable multicast transmport
- libxml2 and libxml2-dev and gccxml - libxml2 and libxml2-dev and gccxml
- libforms-bin libforms-dev - libforms-bin libforms-dev
- nettle-dev nettle-bin openssl libssl-dev - nettle-dev nettle-bin openssl libssl-dev
- libatlas-base-dev and libatlas-headers (for Ubuntu 11.04, libatlas-dev instead of libatlas-headers) - 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) - 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)
---------------------------------------------------- ----------------------------------------------------
...@@ -37,13 +37,13 @@ The 3 folders have the following structures ...@@ -37,13 +37,13 @@ The 3 folders have the following structures
---------------------------------------------------------------- ----------------------------------------------------------------
3) How to use through a tutorial: run a simple experimentation 3) How to use through a tutorial: run a simple experimentation
---------------------------------------------------------------- ----------------------------------------------------------------
1. Up to know you should have creted a directory: mkdir openair4G 1. Up to know you should have created a directory: mkdir openair4G
2. Check out the openair4G/trunk repository: svn co https://svn.eurecom.fr/openairsvn/openair4G/trunk openair4G 2. Check out the openair4G/trunk repository: svn co https://svn.eurecom.fr/openairsvn/openair4G/trunk openair4G
3. Now, please check the following: 3. Now, please check the following:
- the env variables in .bashrc the following lines, and source them if necessaary : - the env variables in .bashrc the following lines, and source them if necessary :
set OPENAIR_HOME variable and export the following: set OPENAIR_HOME variable and export the following:
export OPENAIR1_DIR=$OPENAIR_HOME/openair4G/openair1 export OPENAIR1_DIR=$OPENAIR_HOME/openair4G/openair1
export OPENAIR2_DIR=$OPENAIR_HOME/openair4G/openair2 export OPENAIR2_DIR=$OPENAIR_HOME/openair4G/openair2
...@@ -52,13 +52,13 @@ The 3 folders have the following structures ...@@ -52,13 +52,13 @@ The 3 folders have the following structures
export OPENAIR_TARGETS=$OPENAIR_HOME/openair4G/targets/ export OPENAIR_TARGETS=$OPENAIR_HOME/openair4G/targets/
- checkout and compile the asn1 messages - checkout and compile the asn1 messages
follow the README.txt in OPENAIR2_DIR/RRC/LITE/MESSAGES to checkou the ASN.1 RRC messages follow the README.txt in OPENAIR2_DIR/RRC/LITE/MESSAGES to checkout the ASN.1 RRC messages
follow the OPENAIR2_DIR/RRC/LITE/MESSAGE/asn1c/asn1c/INSTALL to install the asn1c follow the OPENAIR2_DIR/RRC/LITE/MESSAGE/asn1c/asn1c/INSTALL to install the asn1c
go back to $OPENAIR_TARGET and "make install" if you have not used the shell script to install asn1c go back to $OPENAIR_TARGET and "make install" if you have not used the shell script to install asn1c
- cd $OPENAIR_TARGET/SIMU/USER, and make a sanity check by doing make pre-ci (require 15 minutes) - cd $OPENAIR_TARGET/SIMU/USER, and make a sanity check by doing make pre-ci (require 15 minutes)
- Check out simple examples in $OPENAIR_TARGET/SIMU/EXAMPLES - Check out simple examples in $OPENAIR_TARGET/SIMU/EXAMPLES
4. to automatically bring up the oai interfaces and configure the default radio beares (usefull when sending data traffic): 4. to automatically bring up the oai interfaces and configure the default radio bearer (useful when sending data traffic):
- add your username into the list of sudoers - add your username into the list of sudoers
+ edit /etc/sudoers as a super user + edit /etc/sudoers as a super user
+ after the line: # User privilege specification, add : user_name ALL=(ALL:ALL) ALL + after the line: # User privilege specification, add : user_name ALL=(ALL:ALL) ALL
...@@ -78,4 +78,4 @@ The 3 folders have the following structures ...@@ -78,4 +78,4 @@ The 3 folders have the following structures
5) OAI on virtual machine 5) OAI on virtual machine
---------------------------------------------------------------- ----------------------------------------------------------------
you may download the image using this URL: https://emu.openairinterface.org/openairlab/openairlab.zip you may download the image using this URL: https://emu.openairinterface.org/openairlab/openairlab.zip
chekc that all the packges are there as some packages might be added later. check that all the packages are there as some packages might be added later.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment