From 43b0909394e78d908038495f98d9b51739b01213 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 15 Jun 2010 11:52:51 +0800 Subject: bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init. --- openbsc/include/openbsc/osmo_msc.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openbsc/include/openbsc/osmo_msc.h (limited to 'openbsc/include/openbsc/osmo_msc.h') diff --git a/openbsc/include/openbsc/osmo_msc.h b/openbsc/include/openbsc/osmo_msc.h new file mode 100644 index 000000000..d5d8917df --- /dev/null +++ b/openbsc/include/openbsc/osmo_msc.h @@ -0,0 +1,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 -- cgit v1.2.3