Changes between Version 17 and Version 18 of GENILTE/LTEDeployment


Ignore:
Timestamp:
04/11/17 13:46:34 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENILTE/LTEDeployment

    v17 v18  
    149149
    150150= InstaGENI Site Installation =
     151
    151152== Installing the RAN Kernel on InstaGENI Gen8 Hosts ==
    152153
     
    166167
    167168
     169= OpenAir Interface =
     170
     171==Installing OAI Software ==
     172
     173Assuming you have completed the RAN Kernel installation and the BIOS have been modified as specified in earlier section. We can now proceed to install the OpenAirInterface software. Software '''must''' be installed as specified in the [https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/GetSources OAI Repository].  Follow the instructions on the [https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/GetSources OAI Repository] page.
     174
     175== Setting up the OAI ePC environment ==
     176
     177The wiki OAI Repository has a wiki page that captures [https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/HowToConnectCOTSUEwithOAIeNBNew How to Connect OAI ePC with COTS User Equipment]. Instruction on the page are followed as stated, with some minor deviations needed for the GENI hosts. Our installation will use:
     178
     1791. Hostnames {{{nano}}} and {{{hss}} will be defined and their  dommain-name is {{{orbit-lab.org}}}. To define:
     180{{{
     181# Append the following lines to /etc/hosts:
     182 127.0.1.1 nano.orbit-lab.org nano
     183 127.0.1.1 hss.orbit-lab.org hss
     184
     185# Remove /etc/hostname file
     186 sudo rm /etc/hostname
     187
     188# Change the hostname
     189 sudo hostnamectl set-hostname nano
     190
     191# logout and login again to verify hostname.  After login and verify resolution:
     192
     193lnevers@nano:~$ sudo getent hosts nano
     194127.0.1.1       nano.orbit-lab.org nano
     195}}}
    168196
    169197
     198