mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb.git
synced 2025-10-23 08:22:16 +00:00
Get rid of libgtp for GTP-U
It doesn't make much sense to pull whole libgtp to implement only the user plan side of GTP. Let's drop it and add a minimal GTP-U implementation here. Related: SYS#5516 Change-Id: I53ad4915aaed3bc7574036e963be10514e370fe2
This commit is contained in:
@@ -67,7 +67,6 @@ PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.5.0)
|
||||
PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 0.8.0)
|
||||
PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 0.8.0)
|
||||
PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 0.8.0)
|
||||
PKG_CHECK_MODULES(LIBGTP, libgtp >= 1.8.0)
|
||||
|
||||
|
||||
dnl checks for header files
|
||||
|
Reference in New Issue
Block a user