aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/common_bsc.h
blob: 7960383230eb24639859a86d20c6e045ad7dc6cc (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <stdint.h>
#include <openbsc/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);