First implementation of the LLSK gtp SAPI

This first implementation uses libgtp to manage the GTPv1-U socket and
pdp contexts, as a proof of concept to have something working for now.
At a later step, it is expected to drop libgtp and use some adhoc code
to handle GTP-U.

Related: SYS#5516
Change-Id: I5a6f5dfc4e508c92adb35210b4dc576d64353366
This commit is contained in:
Pau Espin Pedrol
2021-12-02 14:53:12 +01:00
parent b3af382157
commit a7dc04ef26
18 changed files with 696 additions and 4 deletions

1
debian/control vendored
View File

@@ -13,6 +13,7 @@ Build-Depends: debhelper (>=9),
python3-minimal,
libtalloc-dev,
libasn1c-dev (>= 0.9.30),
libgtp-dev (>= 1.8.0),
libsctp-dev,
libosmocore-dev (>= 1.6.0),
libosmo-sigtran-dev (>= 1.5.0),