Skip to content

Install from source

Rogério S. Silva edited this page Sep 28, 2022 · 5 revisions

Install prerequisites from here.:

Install Kernel support

Install User Plane Function (UPF) As noted above, the GTP kernel module used by the UPF requires that you use Linux kernel version 5.0.0-23-generic, 5.4.x, or newer. To verify your version:

$ uname -r

Retrieve the 5G GTP-U kernel module using git and build it

git clone https://github.com/free5gc/gtp5g.git
cd gtp5g
make
sudo make install

Install 5G Core

  • Install from source: free5gc:
  • Install from Docker:
$ cd IoTSDGw-orchestrator
$ git checkout atualizacao-core
$ sudo make base

Install my5G - non3GPP access

$ cd IoTSDGw-orchestrator
$ sudo make non3gpp