close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 5 and Version 6 of cLTE/eSoftware/cEpc


Ignore:
Timestamp:
Jun 13, 2017, 7:35:16 PM (7 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cLTE/eSoftware/cEpc

    v5 v6  
    2727
    2828===== Operating system =====
    29 Testing has been done on Ubuntu 14.04 64 bit. Ubuntu 16.04 may work, but has not been tested. However, OAI ePC requires GTP tunnel module which is available from either kernel 4.8 (untested) or a custom compiled 4.7.x ( more info at [https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/OpenAirKernelMainSetup the OAI page]). To install 4.7.7 kernel:
     29Testing has been done on Ubuntu 14.04 64 bit and Ubuntu 16.04. However, OAI ePC requires the GTP tunnel module which is available from kernel > 4.8. You can obtain this via the ubuntu HWE kernels.
    3030{{{
    31 git clone https://gitlab.eurecom.fr/oai/linux-4.7.x.git
    32 cd linux-4.7.x
    33 sudo dpkg -i linux-headers-4.7.7-oaiepc_4.7.7-oaiepc-10.00.Custom_amd64.deb linux-image-4.7.7-oaiepc_4.7.7-oaiepc-10.00.Custom_amd64.deb
     31  apt-get install linux-image-generic-hwe-16.04
    3432}}}
    35 On GENI xen vm depending on the configuration of the hypervisor, the guest OS may not be able to select a different kernel from that used for provisioning. The referent image was built on a bare-metal pc, and then migrated to a VM successfully.
     33On GENI xen vm depending on the configuration of the hypervisor, the guest OS may not be able to select a different kernel from that used for provisioning. The reference image was built on a bare-metal pc, and then migrated to a VM successfully.
    3634
    3735===== Configuration =====