blob: 7960383230eb24639859a86d20c6e045ad7dc6cc [file] [log] [blame]
Neels Hofmeyr2d521a02016-05-14 00:57:04 +02001#pragma once
2
3#include <stdint.h>
4#include <openbsc/common_cs.h>
5
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);