blob: 08394e9893ef5ab0b9810f8b723a796f51b1a5f5 [file] [log] [blame]
Neels Hofmeyr2d521a02016-05-14 00:57:04 +02001#pragma once
2
3#include <stdint.h>
Neels Hofmeyrc0164792017-09-04 15:15:32 +02004#include <osmocom/bsc/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);