Move gtphub header to include/osmocom/gtphub/
Change-Id: I82e1f2a3bc8e22b28747a540879bd661f1704cdechanges/99/30899/2
parent
15a52d92c4
commit
f2307c483f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
SUBDIRS = \
|
||||
gtphub \
|
||||
sgsn \
|
||||
$(NULL)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
noinst_HEADERS = \
|
||||
gtphub.h \
|
||||
$(NULL)
|
|
@ -23,7 +23,6 @@ noinst_HEADERS = \
|
|||
gprs_subscriber.h \
|
||||
gprs_utils.h \
|
||||
gtp.h \
|
||||
gtphub.h \
|
||||
gtp_ggsn.h \
|
||||
gtp_mme.h \
|
||||
pdpctx.h \
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue