aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/common_bsc.h
blob: 32e50971665c6b1df67f205a32d23770e5eeb56d (plain)
1
2
3
4
5
6
7
8
#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);