blob: 32e50971665c6b1df67f205a32d23770e5eeb56d [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,
Harald Welted9956d92017-12-17 21:48:47 +01008 uint16_t network_code);