aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/common_bsc.h
blob: 821298cbff9faafc4fcc4b62938c026f236fb453 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <stdint.h>
#include <osmocom/msc/common_cs.h>

struct gsm_network *bsc_network_init(void *ctx,
				     uint16_t country_code,
				     uint16_t network_code,
				     mncc_recv_cb_t mncc_recv);