Welcome to the Linux Foundation Forum!

unable to download repository of the UPF kernel for GTP-U

I am receiving the error below

ab@Free5G:~/free5gc$ git clone -b v0.9.14 https://github.com/free5gc/gtp5g.git
cd gtp5g
make
sudo make install
Cloning into 'gtp5g'...
remote: Enumerating objects: 1351, done.
remote: Counting objects: 100% (559/559), done.
remote: Compressing objects: 100% (238/238), done.
remote: Total 1351 (delta 474), reused 321 (delta 321), pack-reused 792 (from 4)
Receiving objects: 100% (1351/1351), 438.70 KiB | 4.48 MiB/s, done.
Resolving deltas: 100% (886/886), done.
Note: switching to '3b9166f29812b9613447225d10beb28ef087cf4c'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

git switch -c

Or undo this operation with:

git switch -

Turn off this advice by setting config variable advice.detachedHead to false

make -C /lib/modules/6.17.0-19-generic/build M=/home/lab/free5gc/gtp5g modules
make[1]: Entering directory '/usr/src/linux-headers-6.17.0-19-generic'
make[2]: Entering directory '/home/lab/free5gc/gtp5g'
warning: the compiler differs from the one used to build the kernel
The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
You are using: gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
CC [M] src/gtp5g.o
src/gtp5g.c:3:10: fatal error: genl.h: No such file or directory
3 | #include "genl.h"
| ^~~~
compilation terminated.
make[4]: *** [/usr/src/linux-headers-6.17.0-19-generic/scripts/Makefile.build:287: src/gtp5g.o] Error 1
make[3]: *** [/usr/src/linux-headers-6.17.0-19-generic/Makefile:2016: .] Error 2
make[2]: *** [/usr/src/linux-headers-6.17.0-19-generic/Makefile:248: __sub-make] Error 2
make[2]: Leaving directory '/home/lab/free5gc/gtp5g'
make[1]: *** [Makefile:248: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.17.0-19-generic'
make: *** [Makefile:84: module] Error 2
[sudo] password for lab:
cp gtp5g.ko /lib/modules/6.17.0-19-generic/kernel/drivers/net
cp: cannot stat 'gtp5g.ko': No such file or directory
make: *** [Makefile:89: install] Error 1
lab@Free5G:~/free5gc/gtp5g$

Comments

  • dharmon
    dharmon Posts: 16

    Hi @hectorrguerrero ,

    Thanks for sharing the error details, this is really helpful.

    I’m going to check in with the course authors to make sure we’re giving you the most accurate guidance for this setup. I’ll follow up once I hear back from them.

    In the meantime, if you can share a bit more about your environment (OS, setup, etc.), that may help us narrow things down.

    Regards,

    David H.
    Linux Foundation Education

  • leowu0407
    leowu0407 Posts: 2

    Hi @hectorrguerrero ,

    Thanks for your question.

    Can you try with the latest versions?

    • free5GC v4.2.1
    • gtp5g v0.10.2

    Please let me know if you have any further questions!

  • I was able to download the repository free5gc but I,am missing files.
    removing reinstalling the repository is not working out. the file are missing
    below are the files shown

    ab@Free5G:~/free5gc$ ls
    cert Makefile README.md test_ci.sh test_ulcl.sh
    config make_gtp5gtunnel.sh reload_host_config.sh test_ci_ulcl.sh THIRD-PARTY-NOTICES.txt
    force_kill.sh NFs run.sh test_multiUPF.sh webconsole
    LICENSE quick-setup.sh test test.sh
    Any suggestion on this.

  • leowu0407
    leowu0407 Posts: 2

    Hi @hectorrguerrero ,

    Your file list looks normal.

    If you think some files are missing, it might be because submodules were not downloaded. The free5gc repository uses submodules.

    Try cloning with:
    git clone --recursive -b v4.2.1 -j `nproc` https://github.com/free5gc/free5gc.git

  • I encountered more issues witth the course and, I need to move forward., are you still supporting the material and the lab. I havent heard from anyone in 2 days. The issues I am having are related to the GO version you are using not being compatible with the free5gc code.

    could you please reach out to me as soon as spossible.

    Regards,
    Hector Guerrero

  • Above is the error message

  • I am trying to post the copied logs to the portal however, is not allowing me todo so. Is there a reason why
    I am unable to submit the output of the screen.

  • dharmon
    dharmon Posts: 16
    edited April 7

    Hi @hectorrguerrero,

    Did you try cloning with:

    git clone --recursive -b v4.2.1 -jnprochttps://github.com/free5gc/free5gc.git

    Regards,

    David H.
    Linux Foundation Education

  • dharmon
    dharmon Posts: 16

    Hi @hectorrguerrero,

    It looks like you’re not blocked on our end, but the forum may be preventing the post due to how the content is being added.

    If you’re pasting logs or code directly into the post, it can sometimes trigger a security filter. You might try using the code block option in the editor (from the toolbar) instead, or attaching the logs as a file.

    Let me know if that works for you.

    Regards,

    David H.
    Linux Foundation Education

  • ianchen0119
    ianchen0119 Posts: 1

    Hi @hectorrguerrero,

    Perhaps you can create the GH issue on https://github.com/free5gc/free5gc/issues for pasting the error log, then we'll try to solve your problem on that thread.

  • I am getting the attached error while runining the run.sh script for the dataplain

  • dharmon
    dharmon Posts: 16

    Hi @hectorrguerrero,

    I did want you to know that @leowu0407 and @ianchen0119 are two of the authors of this course. They are experts on free5GC and you can trust there feedback and suggestions. They will be able to help more with the technical aspects of the course.

    Regards,

    David H.
    Linux Foundation Education

Categories

Upcoming Training