blob: 821298cbff9faafc4fcc4b62938c026f236fb453 [file] [log] [blame]
Neels Hofmeyr2d521a02016-05-14 00:57:04 +02001#pragma once
2
3#include <stdint.h>
Neels Hofmeyr90843962017-09-04 15:04:35 +02004#include <osmocom/msc/common_cs.h>
Neels Hofmeyr2d521a02016-05-14 00:57:04 +02005
6struct gsm_network *bsc_network_init(void *ctx,
7 uint16_t country_code,
8 uint16_t network_code,
9 mncc_recv_cb_t mncc_recv);