Osmocom UE/MME/SGW/SGSN side GTP-U Implementation with control/user plane separation https://osmocom.org/projects/osmo-uecups
Go to file
Pau Espin 6fca3d101f Bump version: 0.2.0.3-7ab8-dirty → 0.2.1
Change-Id: Id3914e2de4f72de606b08ebfc55b7eaa53da1cbc
2023-02-07 17:45:20 +01:00
contrib Bump version: 0.2.0.3-7ab8-dirty → 0.2.1 2023-02-07 17:45:20 +01:00
daemon tun_device: Avoid deadlocks logging while thread is cancelled 2022-04-13 18:04:26 +02:00
debian Bump version: 0.2.0.3-7ab8-dirty → 0.2.1 2023-02-07 17:45:20 +01:00
doc migrate to autotools 2020-04-20 13:21:12 +02:00
ttcn3 Add support for UeCUPS_ResetAllState 2020-04-18 21:15:34 +02:00
.gitignore .gitignore: Add configure~ 2022-06-29 12:23:47 +02:00
.gitreview Add git-review config 2022-09-09 22:36:41 +07:00
Makefile.am add spec.in file for RPM building 2022-11-06 12:32:18 +01:00
README.md fix copy+paste mistake in README.md 2023-02-07 14:45:45 +01:00
configure.ac Bump version: 0.2.0.3-7ab8-dirty → 0.2.1 2023-02-07 17:45:20 +01:00
git-version-gen migrate to autotools 2020-04-20 13:21:12 +02:00

README.md

osmo-uecups - Osmocom UE simulation control/user plane separation

This repository contains a C-language implementation of a simulator for the SGW/MME/UE side of GTP-U. It is part of the Osmocom Open Source Mobile Communications project.

This code is primarily intended to be used in testing of 2G/3G/4G GGSN and P-GW.

Every GTP tunnel (corresponding to a PDP context or EPC bearer) is terminated in a local 'tun' device, which in turn is put into its own network namespace.

This means you can simulate any number of users / sessions / bearers on a single machine without any routing nightmare.

The code only implements the user plane (GTP1U), and not the control plane like GTP1C or GTP2C. osmo-uecups-daemon exposes a JSON-over-SCTP protocol calleD UECUPS, which allows any external control plane instance to add/remove tunnels in the daemon

Homepage

The official homepage of the project is https://osmocom.org/projects/osmo-ggsn/wiki/osmo-uecups

GIT Repository

You can clone from the official osmo-uecups.git repository using

git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups

There is a web interface at https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups

Documentation

FIXME

Mailing List

Discussions related to this software are happening on the osmocom-net-gprs@lists.osmocom.org mailing list, please see https://lists.osmocom.org/mailman/listinfo/osmocom-net-gprs for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

We us a gerrit based patch submission/review process for managing contributions. Please see https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for more details

The current patch queue for osmo-uecups can be seen at https://gerrit.osmocom.org/#/q/project:osmo-uecups+status:open