rename include/openbsc to include/osmocom/msc

Change-Id: I1f96a1285bbd1b4607614856bca935d5c26e2da9
This commit is contained in:
Neels Hofmeyr 2017-09-04 15:04:35 +02:00
parent 47cd0d2687
commit 9084396467
137 changed files with 349 additions and 345 deletions

View File

@ -204,8 +204,9 @@ AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
osmo-msc.pc
include/openbsc/Makefile
include/Makefile
include/osmocom/Makefile
include/osmocom/msc/Makefile
src/Makefile
src/libmsc/Makefile
src/libvlr/Makefile

View File

@ -1,3 +1,3 @@
SUBDIRS = \
openbsc \
osmocom \
$(NULL)

View File

@ -0,0 +1,3 @@
SUBDIRS = \
msc \
$(NULL)

View File

@ -20,7 +20,7 @@
#pragma once
#include <openbsc/a_reset.h>
#include <osmocom/msc/a_reset.h>
/* A struct to keep a context information about the BSCs we are associated with */
struct bsc_context {

View File

@ -26,7 +26,7 @@
#include <osmocom/gsm/abis_nm.h>
#include <osmocom/gsm/protocol/gsm_12_21.h>
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
/* max number of attributes represented as 3GPP TS 52.021 §9.4.62 SW Description array */
#define MAX_BTS_ATTR 5

View File

@ -25,7 +25,7 @@
#include <osmocom/core/write_queue.h>
#include <osmocom/core/timer.h>
#include <osmocom/sigtran/sccp_sap.h>
#include <openbsc/a_reset.h>
#include <osmocom/msc/a_reset.h>
#include <netinet/in.h>

View File

@ -1,7 +1,7 @@
#ifndef _BSC_RLL_H
#define _BSC_RLL_H
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
enum bsc_rllr_ind {
BSC_RLLR_IND_EST_CONF,

View File

@ -1,7 +1,7 @@
#ifndef _BSS_H_
#define _BSS_H_
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
struct msgb;

View File

@ -1,7 +1,7 @@
#pragma once
#include <stdint.h>
#include <openbsc/common_cs.h>
#include <osmocom/msc/common_cs.h>
struct gsm_network *bsc_network_init(void *ctx,
uint16_t country_code,

View File

@ -1,7 +1,7 @@
#ifndef _E1_CONFIG_H
#define _E1_CONFIG_H
#include <openbsc/gsm_data_shared.h>
#include <osmocom/msc/gsm_data_shared.h>
int e1_reconfig_ts(struct gsm_bts_trx_ts *ts);
int e1_reconfig_trx(struct gsm_bts_trx *trx);

View File

@ -5,7 +5,7 @@
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>
#include <openbsc/meas_rep.h>
#include <osmocom/msc/meas_rep.h>
struct msgb;
struct gsm_bts;

View File

@ -14,9 +14,9 @@
#include <osmocom/crypt/auth.h>
#include <osmocom/sigtran/sccp_sap.h>
#include <openbsc/common.h>
#include <openbsc/rest_octets.h>
#include <openbsc/common_cs.h>
#include <osmocom/msc/common.h>
#include <osmocom/msc/rest_octets.h>
#include <osmocom/msc/common_cs.h>
#include <osmocom/legacy_mgcp/mgcpgw_client.h>

View File

@ -24,7 +24,7 @@
#include <osmocom/gsm/lapdm.h>
#endif
#include <openbsc/common_cs.h>
#include <osmocom/msc/common_cs.h>
/* 16 is the max. number of SI2quater messages according to 3GPP TS 44.018 Table 10.5.2.33b.1:
4-bit index is used (2#1111 = 10#15) */

View File

@ -6,7 +6,7 @@
#include <osmocom/core/linuxlist.h>
#include <osmocom/gsm/protocol/gsm_23_003.h>
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
#define GSM_NAME_LENGTH 160

View File

@ -23,7 +23,7 @@
#include <osmocom/core/timer.h>
#include <openbsc/oap_client.h>
#include <osmocom/msc/oap_client.h>
#define GSUP_CLIENT_RECONNECT_INTERVAL 10
#define GSUP_CLIENT_PING_INTERVAL 20

View File

@ -28,7 +28,7 @@
#include <osmocom/core/timer.h>
#include <osmocom/core/rate_ctr.h>
#include <openbsc/gprs_sgsn.h>
#include <osmocom/msc/gprs_sgsn.h>
/* support */

View File

@ -3,7 +3,7 @@
#include <stdint.h>
#include <openbsc/meas_rep.h>
#include <osmocom/msc/meas_rep.h>
struct meas_feed_hdr {
uint8_t msg_type;

View File

@ -1,7 +1,7 @@
#pragma once
#include <osmocom/core/msgb.h>
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
/* These are the interfaces of the MSC layer towards (from?) the BSC and RNC,
* i.e. in the direction towards the mobile device (MS aka UE).

View File

@ -2,7 +2,7 @@
#define _OPENBSC_NWL_H
#include <stdint.h>
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
void ipac_nwl_init(void);

View File

@ -21,8 +21,8 @@
#ifndef OSMO_BSC_GRACE_H
#define OSMO_BSC_GRACE_H
#include <openbsc/gsm_data.h>
#include <openbsc/signal.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/signal.h>
struct bsc_msc_data;

View File

@ -1,7 +1,7 @@
#ifndef OSMO_BSC_RF
#define OSMO_BSC_RF
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/core/write_queue.h>
#include <osmocom/core/timer.h>

View File

@ -20,8 +20,8 @@
#pragma once
#include <openbsc/gsm_data.h>
#include <openbsc/bsc_msc_data.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/bsc_msc_data.h>
/* Allocate resources to make a new connection oriented sigtran connection
* (not the connection ittself!) */

View File

@ -6,7 +6,7 @@
#include <osmocom/core/fsm.h>
#include <osmocom/gsm/gsup.h>
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
#include "bsc_api.h"

View File

@ -26,7 +26,7 @@
#include <osmocom/core/linuxlist.h>
#include <osmocom/core/timer.h>
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
/**
* A pending paging request

View File

@ -2,7 +2,7 @@
#define _REST_OCTETS_H
#include <stdbool.h>
#include <openbsc/gsm_04_08.h>
#include <osmocom/msc/gsm_04_08.h>
#include <osmocom/gsm/sysinfo.h>
/* generate SI1 rest octets */

View File

@ -27,7 +27,7 @@
#include <osmocom/core/linuxlist.h>
#include <osmocom/core/select.h>
#include <openbsc/mncc.h>
#include <osmocom/msc/mncc.h>
#define RTP_PT_GSM_FULL 3
#define RTP_PT_GSM_HALF 96

View File

@ -25,7 +25,7 @@
#include <stdlib.h>
#include <errno.h>
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/core/signal.h>

View File

@ -3,7 +3,7 @@
#include <osmocom/gsm/sysinfo.h>
#include <openbsc/arfcn_range_encode.h>
#include <osmocom/msc/arfcn_range_encode.h>
struct gsm_bts;

View File

@ -1,11 +1,11 @@
#ifndef _TRANSACT_H
#define _TRANSACT_H
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/gsm_subscriber.h>
#include <osmocom/core/linuxlist.h>
#include <openbsc/gsm_04_11.h>
#include <openbsc/mncc.h>
#include <osmocom/msc/gsm_04_11.h>
#include <osmocom/msc/mncc.h>
#include <osmocom/gsm/gsm0411_smc.h>
#include <osmocom/gsm/gsm0411_smr.h>

View File

@ -29,8 +29,8 @@
*/
#include <stdint.h>
#include <openbsc/gsm_data.h>
#include <openbsc/mncc.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/mncc.h>
struct decoded_trau_frame;

View File

@ -7,9 +7,9 @@
#include <osmocom/gsm/protocol/gsm_23_003.h>
#include <osmocom/gsm/protocol/gsm_04_08_gprs.h>
#include <osmocom/gsm/gsm23003.h>
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
// for GSM_NAME_LENGTH
#include <openbsc/gsm_subscriber.h>
#include <osmocom/msc/gsm_subscriber.h>
struct log_target;

View File

@ -25,9 +25,9 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <openbsc/debug.h>
#include <openbsc/bsc_msc_data.h>
#include <openbsc/osmo_bsc_sigtran.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/bsc_msc_data.h>
#include <osmocom/msc/osmo_bsc_sigtran.h>
#define RESET_RESEND_INTERVAL 2 /* sec */
#define RESET_RESEND_TIMER_NO 1234 /* FIXME: dig out the real timer number */

View File

@ -24,11 +24,11 @@
#include <osmocom/gsm/gsm0480.h>
#include <openbsc/common_cs.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_04_11.h>
#include <osmocom/msc/common_cs.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/gsm_subscriber.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/gsm_04_11.h>
/* Warning: if bsc_network_init() is not called, some of the members of
* gsm_network are not initialized properly and must not be used! (In

View File

@ -25,10 +25,10 @@
#include <osmocom/vty/logging.h>
#include <osmocom/vty/stats.h>
#include <openbsc/vty.h>
#include <osmocom/msc/vty.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/gsm_subscriber.h>
struct cmd_node net_node = {
GSMNET_NODE,

View File

@ -23,10 +23,10 @@
#include <osmocom/core/talloc.h>
#include <openbsc/vty.h>
#include <openbsc/gsm_data.h>
#include <openbsc/debug.h>
#include <openbsc/gsm_subscriber.h>
#include <osmocom/msc/vty.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/gsm_subscriber.h>
#include <osmocom/vty/telnet_interface.h>
#include <osmocom/vty/command.h>

View File

@ -31,8 +31,8 @@
#include <osmocom/core/utils.h>
#include <osmocom/core/logging.h>
#include <osmocom/gprs/gprs_msgb.h>
#include <openbsc/gsm_data.h>
#include <openbsc/debug.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/debug.h>
/* default categories */
static const struct log_info_cat default_categories[] = {

View File

@ -33,9 +33,9 @@
#include <osmocom/core/statistics.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>
#include <openbsc/gsm_data.h>
#include <openbsc/bsc_msc_data.h>
#include <openbsc/abis_nm.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/bsc_msc_data.h>
#include <osmocom/msc/abis_nm.h>
void *tall_bsc_ctx;

View File

@ -32,7 +32,7 @@
#include <osmocom/gsm/abis_nm.h>
#include <osmocom/core/statistics.h>
#include <openbsc/gsm_data.h>
#include <osmocom/msc/gsm_data.h>
void gsm_abis_mo_reset(struct gsm_abis_mo *mo)
{

View File

@ -29,9 +29,9 @@
#include <osmocom/core/talloc.h>
#include <osmocom/core/utils.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/debug.h>
#include <openbsc/vlr.h>
#include <osmocom/msc/gsm_subscriber.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/vlr.h>
LLIST_HEAD(active_subscribers);
void *tall_subscr_ctx;

View File

@ -21,14 +21,14 @@
*
*/
#include <openbsc/gsup_client.h>
#include <osmocom/msc/gsup_client.h>
#include <osmocom/abis/ipa.h>
#include <osmocom/gsm/protocol/ipaccess.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/logging.h>
#include <openbsc/debug.h>
#include <osmocom/msc/debug.h>
#include <errno.h>
#include <string.h>

View File

@ -10,8 +10,8 @@
#include <osmocom/core/utils.h>
#include <osmocom/gsm/gsup.h>
#include <openbsc/gsup_client.h>
#include <openbsc/debug.h>
#include <osmocom/msc/gsup_client.h>
#include <osmocom/msc/debug.h>
static struct gsup_client *g_gc;

View File

@ -27,8 +27,8 @@
#include <osmocom/crypt/auth.h>
#include <osmocom/gsm/oap.h>
#include <openbsc/oap_client.h>
#include <openbsc/debug.h>
#include <osmocom/msc/oap_client.h>
#include <osmocom/msc/debug.h>
int oap_client_init(struct oap_client_config *config,
struct oap_client_state *state)

View File

@ -35,8 +35,8 @@
#include <osmocom/core/select.h>
#include <osmocom/gsm/tlv.h>
#include <osmocom/core/msgb.h>
#include <openbsc/debug.h>
#include <openbsc/gsm_data.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/core/talloc.h>
int make_sock(struct osmo_fd *bfd, int proto,

View File

@ -29,16 +29,16 @@
#include <osmocom/gsm/protocol/gsm_08_08.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>
#include <osmocom/gsm/gsm0808_utils.h>
#include <openbsc/debug.h>
#include <openbsc/msc_ifaces.h>
#include <openbsc/a_iface.h>
#include <openbsc/a_iface_bssap.h>
#include <openbsc/transaction.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/msc_ifaces.h>
#include <osmocom/msc/a_iface.h>
#include <osmocom/msc/a_iface_bssap.h>
#include <osmocom/msc/transaction.h>
#include <osmocom/legacy_mgcp/mgcpgw_client.h>
#include <osmocom/core/byteswap.h>
#include <osmocom/sccp/sccp_types.h>
#include <openbsc/a_reset.h>
#include <openbsc/osmo_msc.h>
#include <osmocom/msc/a_reset.h>
#include <osmocom/msc/osmo_msc.h>
/* A pointer to the GSM network we work with. By the current paradigm,
* there can only be one gsm_network per MSC. The pointer is set once

View File

@ -25,13 +25,13 @@
#include <osmocom/sccp/sccp_types.h>
#include <osmocom/gsm/gsm0808.h>
#include <osmocom/gsm/gsm0808_utils.h>
#include <openbsc/debug.h>
#include <openbsc/gsm_data.h>
#include <openbsc/a_iface_bssap.h>
#include <openbsc/a_iface.h>
#include <openbsc/osmo_msc.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/a_iface_bssap.h>
#include <osmocom/msc/a_iface.h>
#include <osmocom/msc/osmo_msc.h>
#include <osmocom/core/byteswap.h>
#include <openbsc/a_reset.h>
#include <osmocom/msc/a_reset.h>
#define IP_V4_ADDR_LEN 4

View File

@ -20,10 +20,10 @@
*
*/
#include <openbsc/db.h>
#include <openbsc/debug.h>
#include <openbsc/auth.h>
#include <openbsc/gsm_data.h>
#include <osmocom/msc/db.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/auth.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/gsm/comp128.h>
#include <osmocom/core/utils.h>

View File

@ -21,11 +21,11 @@
#include <osmocom/ctrl/control_cmd.h>
#include <osmocom/core/utils.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/db.h>
#include <openbsc/debug.h>
#include <openbsc/vlr.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/gsm_subscriber.h>
#include <osmocom/msc/db.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/vlr.h>
#include <stdbool.h>

View File

@ -29,12 +29,12 @@
#include <errno.h>
#include <dbi/dbi.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/gsm_04_11.h>
#include <openbsc/db.h>
#include <openbsc/debug.h>
#include <openbsc/vlr.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/gsm_subscriber.h>
#include <osmocom/msc/gsm_04_11.h>
#include <osmocom/msc/db.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/vlr.h>
#include <osmocom/gsm/protocol/gsm_23_003.h>
#include <osmocom/core/talloc.h>

View File

@ -35,33 +35,33 @@
#include "bscconfig.h"
#include <openbsc/auth.h>
#include <openbsc/db.h>
#include <openbsc/debug.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/gsm_04_11.h>
#include <openbsc/gsm_04_08.h>
#include <openbsc/gsm_04_80.h>
#include <openbsc/gsm_04_14.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/chan_alloc.h>
#include <openbsc/paging.h>
#include <openbsc/signal.h>
#include <osmocom/msc/auth.h>
#include <osmocom/msc/db.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/gsm_subscriber.h>
#include <osmocom/msc/gsm_04_11.h>
#include <osmocom/msc/gsm_04_08.h>
#include <osmocom/msc/gsm_04_80.h>
#include <osmocom/msc/gsm_04_14.h>
#include <osmocom/msc/abis_rsl.h>
#include <osmocom/msc/chan_alloc.h>
#include <osmocom/msc/paging.h>
#include <osmocom/msc/signal.h>
#include <osmocom/abis/trau_frame.h>
#include <openbsc/trau_mux.h>
#include <openbsc/rtp_proxy.h>
#include <openbsc/transaction.h>
#include <openbsc/ussd.h>
#include <openbsc/silent_call.h>
#include <openbsc/bsc_api.h>
#include <openbsc/osmo_msc.h>
#include <openbsc/handover.h>
#include <openbsc/mncc_int.h>
#include <osmocom/msc/trau_mux.h>
#include <osmocom/msc/rtp_proxy.h>
#include <osmocom/msc/transaction.h>
#include <osmocom/msc/ussd.h>
#include <osmocom/msc/silent_call.h>
#include <osmocom/msc/bsc_api.h>
#include <osmocom/msc/osmo_msc.h>
#include <osmocom/msc/handover.h>
#include <osmocom/msc/mncc_int.h>
#include <osmocom/abis/e1_input.h>
#include <osmocom/core/bitvec.h>
#include <openbsc/vlr.h>
#include <openbsc/msc_ifaces.h>
#include <osmocom/msc/vlr.h>
#include <osmocom/msc/msc_ifaces.h>
#include <osmocom/gsm/gsm48.h>
#include <osmocom/gsm/gsm0480.h>
@ -76,8 +76,8 @@
#include <osmocom/ranap/iu_client.h>
#endif
#include <openbsc/msc_ifaces.h>
#include <openbsc/a_iface.h>
#include <osmocom/msc/msc_ifaces.h>
#include <osmocom/msc/a_iface.h>
#include <assert.h>

View File

@ -43,21 +43,21 @@
#include <osmocom/gsm/gsm0411_utils.h>
#include <osmocom/gsm/protocol/gsm_04_11.h>
#include <openbsc/debug.h>
#include <openbsc/gsm_data.h>
#include <openbsc/db.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/gsm_04_08.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/signal.h>
#include <openbsc/db.h>
#include <openbsc/transaction.h>
#include <openbsc/paging.h>
#include <openbsc/bsc_rll.h>
#include <openbsc/chan_alloc.h>
#include <openbsc/msc_ifaces.h>
#include <openbsc/osmo_msc.h>
#include <openbsc/vlr.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/db.h>
#include <osmocom/msc/gsm_subscriber.h>
#include <osmocom/msc/gsm_04_08.h>
#include <osmocom/msc/abis_rsl.h>
#include <osmocom/msc/signal.h>
#include <osmocom/msc/db.h>
#include <osmocom/msc/transaction.h>
#include <osmocom/msc/paging.h>
#include <osmocom/msc/bsc_rll.h>
#include <osmocom/msc/chan_alloc.h>
#include <osmocom/msc/msc_ifaces.h>
#include <osmocom/msc/osmo_msc.h>
#include <osmocom/msc/vlr.h>
#ifdef BUILD_SMPP
#include "smpp_smsc.h"

View File

@ -26,12 +26,12 @@
#include "bscconfig.h"
#include <openbsc/debug.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
#include <openbsc/gsm_04_08.h>
#include <openbsc/bsc_api.h>
#include <openbsc/msc_ifaces.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/gsm_subscriber.h>
#include <osmocom/msc/gsm_04_08.h>
#include <osmocom/msc/bsc_api.h>
#include <osmocom/msc/msc_ifaces.h>
#include <osmocom/gsm/gsm48.h>
#include <osmocom/gsm/gsm_utils.h>

View File

@ -28,11 +28,11 @@
#include <string.h>
#include <errno.h>
#include <openbsc/debug.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_04_08.h>
#include <openbsc/gsm_04_80.h>
#include <openbsc/msc_ifaces.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/gsm_04_08.h>
#include <osmocom/msc/gsm_04_80.h>
#include <osmocom/msc/msc_ifaces.h>
#include <osmocom/gsm/gsm0480.h>
#include <osmocom/gsm/gsm_utils.h>

View File

@ -37,20 +37,20 @@
#ifdef BUILD_IU
#include <osmocom/ranap/iu_client.h>
#else
#include <openbsc/iu_dummy.h>
#include <osmocom/msc/iu_dummy.h>
#endif
#include <openbsc/gsm_subscriber.h>
#include <openbsc/gsm_04_08.h>
#include <openbsc/debug.h>
#include <openbsc/paging.h>
#include <openbsc/signal.h>
#include <openbsc/db.h>
#include <openbsc/chan_alloc.h>
#include <openbsc/vlr.h>
#include <openbsc/osmo_msc.h>
#include <openbsc/msc_ifaces.h>
#include <openbsc/a_iface.h>
#include <osmocom/msc/gsm_subscriber.h>
#include <osmocom/msc/gsm_04_08.h>
#include <osmocom/msc/debug.h>
#include <osmocom/msc/paging.h>
#include <osmocom/msc/signal.h>
#include <osmocom/msc/db.h>
#include <osmocom/msc/chan_alloc.h>
#include <osmocom/msc/vlr.h>
#include <osmocom/msc/osmo_msc.h>
#include <osmocom/msc/msc_ifaces.h>
#include <osmocom/msc/a_iface.h>
int subscr_paging_dispatch(unsigned int hooknum, unsigned int event,
struct msgb *msg, void *data, void *param)

View File

@ -26,7 +26,7 @@
#include "../../bscconfig.h"
#ifndef BUILD_IU
#include <openbsc/iu_dummy.h>
#include <osmocom/msc/iu_dummy.h>
#include <osmocom/core/logging.h>
#include <osmocom/vty/logging.h>

Some files were not shown because too many files have changed in this diff Show More