Move gtphub header to include/osmocom/gtphub/

Change-Id: I82e1f2a3bc8e22b28747a540879bd661f1704cde
This commit is contained in:
Pau Espin 2023-01-09 11:55:18 +01:00
parent 15a52d92c4
commit f2307c483f
12 changed files with 12 additions and 8 deletions

View File

@ -235,6 +235,7 @@ AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
include/Makefile
include/osmocom/Makefile
include/osmocom/gtphub/Makefile
include/osmocom/sgsn/Makefile
src/Makefile
src/gprs/Makefile

2
debian/copyright vendored
View File

@ -74,7 +74,7 @@ Files: include/osmocom/sgsn/a_reset.h
include/osmocom/sgsn/gprs_sndcp_pcomp.h
include/osmocom/sgsn/gprs_sndcp_xid.h
include/osmocom/sgsn/gprs_utils.h
include/osmocom/sgsn/gtphub.h
include/osmocom/gtphub/gtphub.h
include/osmocom/sgsn/signal.h
src/gprs/gprs_llc_parse.c
src/gprs/crc24.c

View File

@ -1,3 +1,4 @@
SUBDIRS = \
gtphub \
sgsn \
$(NULL)

View File

@ -0,0 +1,3 @@
noinst_HEADERS = \
gtphub.h \
$(NULL)

View File

@ -23,7 +23,6 @@ noinst_HEADERS = \
gprs_subscriber.h \
gprs_utils.h \
gtp.h \
gtphub.h \
gtp_ggsn.h \
gtp_mme.h \
pdpctx.h \

View File

@ -32,7 +32,7 @@
#include <gtp.h>
#include <gtpie.h>
#include <osmocom/sgsn/gtphub.h>
#include <osmocom/gtphub/gtphub.h>
#include <osmocom/sgsn/debug.h>
#include <osmocom/sgsn/gprs_utils.h>

View File

@ -28,7 +28,7 @@
#include <string.h>
#include <unistd.h>
#include <osmocom/sgsn/gtphub.h>
#include <osmocom/gtphub/gtphub.h>
#include <osmocom/sgsn/debug.h>
#include <osmocom/core/utils.h>

View File

@ -41,7 +41,7 @@
#include <osmocom/vty/misc.h>
#include <osmocom/sgsn/debug.h>
#include <osmocom/sgsn/gtphub.h>
#include <osmocom/gtphub/gtphub.h>
#include <osmocom/sgsn/vty.h>
#include "../../bscconfig.h"

View File

@ -25,7 +25,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <osmocom/sgsn/gtphub.h>
#include <osmocom/gtphub/gtphub.h>
#include <osmocom/sgsn/debug.h>
/* Convenience makro, note: only within this C file. */

View File

@ -31,7 +31,7 @@
#include <osmocom/vty/misc.h>
#include <osmocom/sgsn/vty.h>
#include <osmocom/sgsn/gtphub.h>
#include <osmocom/gtphub/gtphub.h>
/* TODO split GRX ares from sgsn into a separate struct and allow use without
* globals. */

View File

@ -30,7 +30,7 @@
#include <osmocom/sgsn/debug.h>
#include <osmocom/sgsn/gtphub.h>
#include <osmocom/gtphub/gtphub.h>
#include <gtp.h>
#include <gtpie.h>