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 7b2a729848 tun_device: Avoid deadlocks logging while thread is cancelled
We cannot garantee that LOGP will not end up calling a syscall which can
be a cancellation point. Since the syscall will be probably called while
having the logging mutex locked, an eventuall cancellation of the thread
would leave the logging mutex locked forever, hence making all other
threads deadlock as soon as they try to write anything to the log.

Change-Id: I72a0b536c8f39857960f132a5b84cdf5b8519732
2022-04-13 18:04:26 +02:00
contrib migrate to autotools 2020-04-20 13:21:12 +02:00
daemon tun_device: Avoid deadlocks logging while thread is cancelled 2022-04-13 18:04:26 +02:00
debian debian/control: Drop dependency on autoconf-archive 2022-01-11 18:28:27 +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 migrate to autotools 2020-04-20 13:21:12 +02:00
Makefile.am migrate to autotools 2020-04-20 13:21:12 +02:00
README.md initial check-in of the UECUPS daemon and the related TTCN3 code 2020-04-15 22:01:52 +02:00
configure.ac configure: don't turn some warnings into errors 2021-11-04 11:14:52 +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-bts.git repository using

git clone git://git.osmocom.org/osmo-uecups.git

There is a cgit interface at httsp://git.osmocom.org/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-bts can be seen at https://gerrit.osmocom.org/#/q/project:osmo-uecups+status:open