Skip to content

nextmn/testbed

Repository files navigation

Testbed

CI

Getting started

Dependencies

This testbed has been developped using Debian 12 (Bookworm), but it should also work on all other Linux distributions supported by Docker as long as a Linux kernel is used on the host system (incompatible with Microsoft WSL).

The following Debian's packets are required (or their equivalent on your distribution):

Note

If you intend to use Free5GC’s UPF (with make set/dataplane/free5gc), install Free5CG's GTP5G kernel module on your host. Until upstream issue is fixed, and this repository updated, use version v0.8.10 of the driver. Please note that you need to have Linux headers installed on the host to be able to install the module (for example, the package linux-headers-amd64 on Debian if you are on an amd64 architecture).

Usage

Important

Make sure to enable IPv6. This can be done by adding the following in /etc/docker/daemon.json:

{
   "ipv6": true,
}
make build # build
make pull # update docker images
make up # run containers
make down # stop containers

The Makefile provides some other commands you might want to use. They are described in doc/commands.md

Configuration

Configuration is done in the file default-config.yaml. Currently, it only contains a list of IP addresses.

Documentation

Documentation is available in the doc directory.

edge intance access through SRv6

Contributing

Syntax coloration

To enable syntax coloration in Vim, you can use the following plugin: nextmn/vim-yaml-jinja.

PCAP analysis

To analyse RAN traffic, you can install the following Wireshark/Tshark plugin : nextmn/RLS-wireshark-dissector.

Known issues

Docker version 5:25.0.0 has a bug that prevent running the testbed. Use a different version (5:25.0.1 or higher, or 5:24.* or lower).

Copyright

Author

Louis Royer

License

The testbed code in this repository is under the MIT license, but the various software used, which are distributed in particular in the form of Docker images, are under other licenses. Notably:

  • UERANSIM is under the GPL-3.0 license
  • Free5GC is under the Apache-2.0 license
  • Debian packaged softwares are under various free licenses available at /usr/share/doc/*/copyright into Docker images.