1 | | = Steps for setting up openairinterface on orbit |
2 | | |
3 | | 1. kernel |
4 | | 1. install kernel 4.7.7 |
| 1 | = Steps for setting up OAI EPC on orbit |
| 2 | This wiki page expands on the following steps from the eurecom wiki, to customize the sim card info and hostnames. |
| 3 | 1. Hardware |
| 4 | 1. The EPC should operate on a bare metal PC, VM, or container. Restrictions are due to kernel support, not timing. |
| 5 | 1. Operating system |
| 6 | 1. Testing has been done on Ubuntu 14.04 64 bit. Ubuntu 16.04 may work, but has not been tested. |
| 7 | 1. Kernel |
| 8 | 1. More info at: https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/OpenAirKernelMainSetup |
| 9 | 1. We need the GTP tunnel module, from either kernel 4.8 (untested) or a custom compiled 4.7.x |
| 10 | 1. install kernel 4.7.7 |
| 11 | {{{ |
| 12 | git clone https://gitlab.eurecom.fr/oai/linux-4.7.x.git |
| 13 | cd linux-4.7.x |
| 14 | 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 |
| 15 | }}} |