9
0
Fork 0

Update SCCP includes for the new location of files.

This commit is contained in:
Holger Hans Peter Freyther 2010-08-04 18:39:26 +08:00
parent e807376257
commit cf381e2447
7 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@
#include <osmocore/timer.h>
#include <osmocore/write_queue.h>
#include <sccp/sccp.h>
#include <osmocom/sccp/sccp.h>
#include <netinet/in.h>

View File

@ -24,7 +24,7 @@
#include <osmocore/msgb.h>
#include <sccp/sccp.h>
#include <osmocom/sccp/sccp.h>
#define BSS_FILTER_RESET 1
#define BSS_FILTER_RESET_ACK 2

View File

@ -22,7 +22,7 @@
#define bssap_sccp_h
#include <stdint.h>
#include <sccp/sccp_types.h>
#include <osmocom/sccp/sccp_types.h>
struct msgb *create_clear_command(struct sccp_source_reference *dest_ref);
struct msgb *create_sccp_rlsd(struct sccp_source_reference *src_ref, struct sccp_source_reference *dst);

View File

@ -6,7 +6,7 @@
#include <stdlib.h>
#include <osmocore/msgb.h>
#include <sccp/sccp.h>
#include <osmocom/sccp/sccp.h>
struct gsm_network;
struct bss_sccp_connection_data;

View File

@ -27,7 +27,7 @@
#include <openbsc_nat/bssap.h>
#include <openbsc_nat/tlv.h>
#include <sccp/sccp.h>
#include <osmocom/sccp/sccp.h>
#include <arpa/inet.h>

View File

@ -25,7 +25,7 @@
#include <osmocore/talloc.h>
#include <sccp/sccp.h>
#include <osmocom/sccp/sccp.h>
#include <arpa/inet.h>

View File

@ -22,7 +22,7 @@
#include <openbsc_nat/bssap.h>
#include <openbsc_nat/tlv.h>
#include <sccp/sccp.h>
#include <osmocom/sccp/sccp.h>
#include <arpa/inet.h>
#include <assert.h>