aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/osmo_msc.h
blob: beb3f5e4ca3056fec70738c51870e70476d20905 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Routines for the MSC handling */

#ifndef OSMO_MSC_H
#define OSMO_MSC_H

#include "bsc_api.h"

struct bsc_api *msc_bsc_api();
void msc_release_connection(struct gsm_subscriber_connection *conn);

#endif