Fix build of bsc-nat and GPRS code after include path change

The last patch changed the osmocore include paths, this fixes some build
problems caused by it
This commit is contained in:
Harald Welte
2011-03-23 18:26:56 +01:00
parent 136f453dd2
commit d36ff76f9d
14 changed files with 23 additions and 23 deletions

View File

@@ -32,8 +32,8 @@
#include <openbsc/db.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/tlv.h>
#include <osmocom/core/gsm_utils.h>
#include <osmocom/gsm/tlv.h>
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/core/signal.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/rate_ctr.h>

View File

@@ -28,7 +28,7 @@
#include <openbsc/gsm_data.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/tlv.h>
#include <osmocom/gsm/tlv.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/select.h>
#include <osmocom/core/rate_ctr.h>

View File

@@ -2,7 +2,7 @@
#define _INT_SNDCP_H
#include <stdint.h>
#include <osmocore/linuxlist.h>
#include <osmocom/core/linuxlist.h>
/* A fragment queue header, maintaining list of fragments for one N-PDU */
struct defrag_state {

View File

@@ -28,7 +28,7 @@
#include <openbsc/gsm_data.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/tlv.h>
#include <osmocom/gsm/tlv.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/select.h>
#include <osmocom/core/rate_ctr.h>

View File

@@ -21,8 +21,8 @@
#include <openbsc/osmo_msc_data.h>
#include <openbsc/debug.h>
#include <osmocom/core/protocol/gsm_08_08.h>
#include <osmocom/core/gsm0808.h>
#include <osmocom/gsm/protocol/gsm_08_08.h>
#include <osmocom/gsm/gsm0808.h>
#define return_when_not_connected(conn) \
if (!conn->sccp_con) {\

View File

@@ -26,8 +26,8 @@
#include <openbsc/mgcp.h>
#include <openbsc/paging.h>
#include <osmocom/core/gsm0808.h>
#include <osmocom/core/protocol/gsm_08_08.h>
#include <osmocom/gsm/protocol/gsm_08_08.h>
#include <osmocom/gsm/gsm0808.h>
#include <arpa/inet.h>

View File

@@ -27,7 +27,7 @@
#include <openbsc/osmo_msc_data.h>
#include <openbsc/signal.h>
#include <osmocom/core/gsm0808.h>
#include <osmocom/gsm/gsm0808.h>
#include <osmocom/sccp/sccp.h>

View File

@@ -27,7 +27,7 @@
#include <openbsc/osmo_msc_data.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/protocol/gsm_12_21.h>
#include <osmocom/gsm/protocol/gsm_12_21.h>
#include <sys/socket.h>
#include <sys/un.h>

View File

@@ -27,9 +27,9 @@
#include <openbsc/ipaccess.h>
#include <openbsc/signal.h>
#include <osmocom/core/gsm0808.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/protocol/gsm_08_08.h>
#include <osmocom/gsm/gsm0808.h>
#include <osmocom/gsm/protocol/gsm_08_08.h>
#include <osmocom/sccp/sccp.h>

View File

@@ -26,7 +26,7 @@
#include <openbsc/debug.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/protocol/gsm_08_08.h>
#include <osmocom/gsm/protocol/gsm_08_08.h>
#include <osmocom/sccp/sccp.h>

View File

@@ -29,8 +29,8 @@
#include <osmocom/sccp/sccp.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/gsm0808.h>
#include <osmocom/core/protocol/gsm_08_08.h>
#include <osmocom/gsm/gsm0808.h>
#include <osmocom/gsm/protocol/gsm_08_08.h>
#include <netinet/in.h>
#include <arpa/inet.h>

View File

@@ -44,11 +44,11 @@
#include <openbsc/socket.h>
#include <openbsc/vty.h>
#include <osmocom/core/gsm0808.h>
#include <osmocom/gsm/gsm0808.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/process.h>
#include <osmocom/core/protocol/gsm_08_08.h>
#include <osmocom/gsm/protocol/gsm_08_08.h>
#include <osmocom/vty/telnet_interface.h>
#include <osmocom/vty/vty.h>

View File

@@ -31,9 +31,9 @@
#include <osmocom/core/linuxlist.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/gsm0808.h>
#include <osmocom/gsm/gsm0808.h>
#include <osmocom/core/protocol/gsm_08_08.h>
#include <osmocom/gsm/protocol/gsm_08_08.h>
#include <osmocom/sccp/sccp.h>

View File

@@ -25,10 +25,10 @@
#include <openbsc/ipaccess.h>
#include <openbsc/socket.h>
#include <osmocom/core/protocol/gsm_08_08.h>
#include <osmocom/core/gsm0480.h>
#include <osmocom/gsm/protocol/gsm_08_08.h>
#include <osmocom/gsm/gsm0480.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/tlv.h>
#include <osmocom/gsm/tlv.h>
#include <osmocom/sccp/sccp.h>