Rename bscconfig.h -> config.h
Change-Id: I007103be34c1aaab7a9375c44b226d4590fe5b24changes/02/30902/3
parent
e931b39b3c
commit
f44dfa8a0e
|
@ -6,8 +6,8 @@ debian/*.log
|
|||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
bscconfig.h
|
||||
bscconfig.h.in
|
||||
config.h
|
||||
config.h.in
|
||||
*.*~
|
||||
*.sw?
|
||||
.libs
|
||||
|
|
|
@ -230,7 +230,7 @@ AC_MSG_RESULT([CFLAGS="$CFLAGS"])
|
|||
AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"])
|
||||
|
||||
dnl Generate the output
|
||||
AM_CONFIG_HEADER(bscconfig.h)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
AC_OUTPUT(
|
||||
include/Makefile
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <osmocom/gsupclient/gsup_client.h>
|
||||
#include <osmocom/sgsn/common.h>
|
||||
|
||||
#include "../../bscconfig.h"
|
||||
#include "../../config.h"
|
||||
|
||||
#if BUILD_IU
|
||||
#include <osmocom/ranap/iu_client.h>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include <osmocom/gtphub/gtphub.h>
|
||||
#include <osmocom/sgsn/vty.h>
|
||||
|
||||
#include "../../bscconfig.h"
|
||||
#include "../../config.h"
|
||||
|
||||
#if BUILD_IU
|
||||
#include <osmocom/sigtran/osmo_ss7.h>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "bscconfig.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <osmocom/core/msgb.h>
|
||||
#include <osmocom/gsm/tlv.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <osmocom/gprs/gprs_bssgp_bss.h>
|
||||
#include <osmocom/sgsn/gprs_llc.h>
|
||||
|
||||
#include "bscconfig.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <osmocom/sgsn/gprs_sgsn.h>
|
||||
#include <osmocom/sgsn/debug.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "bscconfig.h"
|
||||
#include "config.h"
|
||||
#include <gtp.h>
|
||||
|
||||
#include <osmocom/core/rate_ctr.h>
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
#include <time.h>
|
||||
|
||||
#include "../../bscconfig.h"
|
||||
#include "../../config.h"
|
||||
|
||||
#define GPRS_LLME_CHECK_TICK 30
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
|
||||
#include "bscconfig.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <osmocom/core/rate_ctr.h>
|
||||
#include <osmocom/core/tdef.h>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "bscconfig.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <osmocom/core/talloc.h>
|
||||
#include <osmocom/core/select.h>
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
#include <gtp.h>
|
||||
#include <osmocom/sgsn/sgsn_rim.h>
|
||||
|
||||
#include "../../bscconfig.h"
|
||||
#include "../../config.h"
|
||||
|
||||
#if BUILD_IU
|
||||
#include <osmocom/sigtran/osmo_ss7.h>
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
#include <pdp.h>
|
||||
#include <gtp.h>
|
||||
|
||||
#include "../../bscconfig.h"
|
||||
#include "../../config.h"
|
||||
|
||||
#ifdef BUILD_IU
|
||||
#include <osmocom/ranap/iu_client.h>
|
||||
|
|
Loading…
Reference in New Issue