Changes between Version 1 and Version 2 of Documentation/Short/CompileOAI


Ignore:
Timestamp:
Oct 30, 2015, 11:40:01 AM (8 years ago)
Author:
wontoniii
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Short/CompileOAI

    v1 v2  
    1 1. Load the image with the !OpenAirInterface code on the nodes. After imaging the nodes are '''turned off automatically'''. [[CollapsibleStart(omf load -i oai-nos1.ndz -t all)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]]
     11. Load the image with the !OpenAirInterface code on the nodes. After imaging the nodes are '''turned off automatically'''. [[CollapsibleStart(omf load -i baseline.ndz -t all)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]]
    222. Turn ON the nodes that successfully imaged (give them some time and check their status with '''omf stat''' before proceeding). [[CollapsibleStart(omf tell -a on -t all)]][[Include(Documentation/Short/TellOn)]][[CollapsibleEnd]]
    3 3. Get the code from Eurocom repositories
     33. On both nodes (node1-1, node1-2), get the code from Eurocom repositories
    44
    5 4. Install necessary software
     5{{{
     6apt-get install subversion git
     7echo -n | openssl s_client -showcerts -connect gitlab.eurecom.fr:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' >> /etc/ssl/certs/ca-certificates.crt
     8git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
     9}}}
     10
     114. Install necessary additional software on both nodes
     12
     13{{{
     14cd /root/openairinterface5g/
     15source oaienv
     16cd cmake_targets
     17./build_oai -I --install-optional-packages (need to run only once)
     18}}}
    619
    7205. Compile the OAI code
    821
    922{{{
    10 oai
    11 git pull
    12 cd cmake_targets
    13 ./build_oai -I --install-optional-packages -w USRP
    14 
    1523#If updating eNB
    1624./build_oai --eNB -C -w USRP