rename gprs_gsup_client.h to gsup_client.h

This is in preparation for moving gsup to libcommon, which is in turn
preparation for libvlr.

Related: OS#1592
Change-Id: I9c95d00f1a9420887a44c938b1d0ee3e20586f4c
This commit is contained in:
Neels Hofmeyr 2016-12-08 21:22:58 +01:00 committed by Harald Welte
parent 814fef04b0
commit eaaee92db5
7 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,6 @@ noinst_HEADERS = \
gb_proxy.h \
gprs_gb_parse.h \
gprs_gmm.h \
gprs_gsup_client.h \
gprs_llc.h \
gprs_llc_xid.h \
gprs_sgsn.h \
@ -39,6 +38,7 @@ noinst_HEADERS = \
gsm_data.h \
gsm_data_shared.h \
gsm_subscriber.h \
gsup_client.h \
gtphub.h \
handover.h \
handover_decision.h \

View File

@ -21,7 +21,7 @@
*
*/
#include <openbsc/gprs_gsup_client.h>
#include <openbsc/gsup_client.h>
#include <osmocom/abis/ipa.h>
#include <osmocom/gsm/protocol/ipaccess.h>

View File

@ -23,7 +23,7 @@
#include <osmocom/gsm/protocol/gsm_04_08_gprs.h>
#include <osmocom/gsm/gsup.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/gprs_gsup_client.h>
#include <openbsc/gsup_client.h>
#include <openbsc/sgsn.h>
#include <openbsc/gprs_sgsn.h>

View File

@ -9,7 +9,7 @@
#include <osmocom/core/application.h>
#include <osmocom/gsm/gsup.h>
#include <openbsc/gprs_gsup_client.h>
#include <openbsc/gsup_client.h>
#include <openbsc/debug.h>
static struct gsup_client *g_gc;

View File

@ -34,7 +34,7 @@
#include <osmocom/gprs/gprs_ns.h>
#include <openbsc/gprs_sgsn.h>
#include <openbsc/vty.h>
#include <openbsc/gprs_gsup_client.h>
#include <openbsc/gsup_client.h>
#include <osmocom/vty/command.h>
#include <osmocom/vty/vty.h>

View File

@ -25,7 +25,7 @@
#include <openbsc/debug.h>
#include <openbsc/gsm_subscriber.h>
#include <osmocom/gsm/gsup.h>
#include <openbsc/gprs_gsup_client.h>
#include <openbsc/gsup_client.h>
#include <openbsc/gprs_utils.h>
#include <openbsc/gprs_gb_parse.h>