blob: beb3f5e4ca3056fec70738c51870e70476d20905 [file] [log] [blame]
/* 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