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

#ifndef OSMO_MSC_H
#define OSMO_MSC_H

#include "bsc_api.h"

struct bsc_api *msc_bsc_api();

#endif