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

#include <stdint.h>

struct gsm_network *bsc_network_init(void *ctx,
				     uint16_t country_code,
				     uint16_t network_code);