mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn.git
synced 2025-10-23 08:21:59 +00:00
Rename bscconfig.h -> config.h
Change-Id: I007103be34c1aaab7a9375c44b226d4590fe5b24
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -6,8 +6,8 @@ debian/*.log
|
|||||||
.deps
|
.deps
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
bscconfig.h
|
config.h
|
||||||
bscconfig.h.in
|
config.h.in
|
||||||
*.*~
|
*.*~
|
||||||
*.sw?
|
*.sw?
|
||||||
.libs
|
.libs
|
||||||
|
@@ -230,7 +230,7 @@ AC_MSG_RESULT([CFLAGS="$CFLAGS"])
|
|||||||
AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"])
|
AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"])
|
||||||
|
|
||||||
dnl Generate the output
|
dnl Generate the output
|
||||||
AM_CONFIG_HEADER(bscconfig.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
include/Makefile
|
include/Makefile
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
#include <osmocom/gsupclient/gsup_client.h>
|
#include <osmocom/gsupclient/gsup_client.h>
|
||||||
#include <osmocom/sgsn/common.h>
|
#include <osmocom/sgsn/common.h>
|
||||||
|
|
||||||
#include "../../bscconfig.h"
|
#include "../../config.h"
|
||||||
|
|
||||||
#if BUILD_IU
|
#if BUILD_IU
|
||||||
#include <osmocom/ranap/iu_client.h>
|
#include <osmocom/ranap/iu_client.h>
|
||||||
|
@@ -44,7 +44,7 @@
|
|||||||
#include <osmocom/gtphub/gtphub.h>
|
#include <osmocom/gtphub/gtphub.h>
|
||||||
#include <osmocom/sgsn/vty.h>
|
#include <osmocom/sgsn/vty.h>
|
||||||
|
|
||||||
#include "../../bscconfig.h"
|
#include "../../config.h"
|
||||||
|
|
||||||
#if BUILD_IU
|
#if BUILD_IU
|
||||||
#include <osmocom/sigtran/osmo_ss7.h>
|
#include <osmocom/sigtran/osmo_ss7.h>
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
|
||||||
#include "bscconfig.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <osmocom/core/msgb.h>
|
#include <osmocom/core/msgb.h>
|
||||||
#include <osmocom/gsm/tlv.h>
|
#include <osmocom/gsm/tlv.h>
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
#include <osmocom/gprs/gprs_bssgp_bss.h>
|
#include <osmocom/gprs/gprs_bssgp_bss.h>
|
||||||
#include <osmocom/sgsn/gprs_llc.h>
|
#include <osmocom/sgsn/gprs_llc.h>
|
||||||
|
|
||||||
#include "bscconfig.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <osmocom/sgsn/gprs_sgsn.h>
|
#include <osmocom/sgsn/gprs_sgsn.h>
|
||||||
#include <osmocom/sgsn/debug.h>
|
#include <osmocom/sgsn/debug.h>
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "bscconfig.h"
|
#include "config.h"
|
||||||
#include <gtp.h>
|
#include <gtp.h>
|
||||||
|
|
||||||
#include <osmocom/core/rate_ctr.h>
|
#include <osmocom/core/rate_ctr.h>
|
||||||
|
@@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "../../bscconfig.h"
|
#include "../../config.h"
|
||||||
|
|
||||||
#define GPRS_LLME_CHECK_TICK 30
|
#define GPRS_LLME_CHECK_TICK 30
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
|
||||||
#include "bscconfig.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <osmocom/core/rate_ctr.h>
|
#include <osmocom/core/rate_ctr.h>
|
||||||
#include <osmocom/core/tdef.h>
|
#include <osmocom/core/tdef.h>
|
||||||
|
@@ -34,7 +34,7 @@
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
|
||||||
#include "bscconfig.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <osmocom/core/talloc.h>
|
#include <osmocom/core/talloc.h>
|
||||||
#include <osmocom/core/select.h>
|
#include <osmocom/core/select.h>
|
||||||
|
@@ -70,7 +70,7 @@
|
|||||||
#include <gtp.h>
|
#include <gtp.h>
|
||||||
#include <osmocom/sgsn/sgsn_rim.h>
|
#include <osmocom/sgsn/sgsn_rim.h>
|
||||||
|
|
||||||
#include "../../bscconfig.h"
|
#include "../../config.h"
|
||||||
|
|
||||||
#if BUILD_IU
|
#if BUILD_IU
|
||||||
#include <osmocom/sigtran/osmo_ss7.h>
|
#include <osmocom/sigtran/osmo_ss7.h>
|
||||||
|
@@ -58,7 +58,7 @@
|
|||||||
#include <pdp.h>
|
#include <pdp.h>
|
||||||
#include <gtp.h>
|
#include <gtp.h>
|
||||||
|
|
||||||
#include "../../bscconfig.h"
|
#include "../../config.h"
|
||||||
|
|
||||||
#ifdef BUILD_IU
|
#ifdef BUILD_IU
|
||||||
#include <osmocom/ranap/iu_client.h>
|
#include <osmocom/ranap/iu_client.h>
|
||||||
|
Reference in New Issue
Block a user