aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/common_bsc.h
blob: 08394e9893ef5ab0b9810f8b723a796f51b1a5f5 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

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