aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc.h
blob: 389fcc930d53f3ed37787d99cdb2b5244efce156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* OpenBSC BSC code */

#ifndef OSMO_BSC_H
#define OSMO_BSC_H

#include "bsc_api.h"

struct bsc_api *osmo_bsc_api();

int bsc_queue_for_msc(struct gsm_subscriber_connection *conn, struct msgb *msg);
int bsc_create_new_connection(struct gsm_subscriber_connection *conn,
			      struct msgb *msg, uint16_t chosen_channel);

#endif