blob: beb3f5e4ca3056fec70738c51870e70476d20905 [file] [log] [blame]
Jonathan Santos03fd8d02011-05-25 13:54:02 -04001/* Routines for the MSC handling */
2
3#ifndef OSMO_MSC_H
4#define OSMO_MSC_H
5
6#include "bsc_api.h"
7
8struct bsc_api *msc_bsc_api();
9void msc_release_connection(struct gsm_subscriber_connection *conn);
10
11#endif