aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/a_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/a_iface.h')
-rw-r--r--openbsc/include/openbsc/a_iface.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/a_iface.h b/openbsc/include/openbsc/a_iface.h
new file mode 100644
index 000000000..d5c5f9efb
--- /dev/null
+++ b/openbsc/include/openbsc/a_iface.h
@@ -0,0 +1,25 @@
+/* (C) 2017 by Sysmocom s.f.m.c. GmbH
+ * All Rights Reserved
+ *
+ * Author: Philipp Maier
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+/* Initalize A interface connection between to MSC and BSC */
+int a_init(void *ctx, const char *name, uint32_t local_pc, const char *listen_addr,
+ const char *remote_addr, uint16_t local_port, struct gsm_network *network);
+
+#pragma once