osmo-msc/openbsc/include/openbsc/osmo_msc.h

11 lines
137 B
C

/* Routines for the MSC handling */
#ifndef OSMO_MSC_H
#define OSMO_MSC_H
#include "bsc_api.h"
struct bsc_api *msc_bsc_api();
#endif