summaryrefslogtreecommitdiffstats
path: root/Src/osmocom-bb/src/host/layer23/include/osmocom/bb/common/l1l2_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmocom-bb/src/host/layer23/include/osmocom/bb/common/l1l2_interface.h')
-rw-r--r--Src/osmocom-bb/src/host/layer23/include/osmocom/bb/common/l1l2_interface.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Src/osmocom-bb/src/host/layer23/include/osmocom/bb/common/l1l2_interface.h b/Src/osmocom-bb/src/host/layer23/include/osmocom/bb/common/l1l2_interface.h
new file mode 100644
index 0000000..41403d8
--- /dev/null
+++ b/Src/osmocom-bb/src/host/layer23/include/osmocom/bb/common/l1l2_interface.h
@@ -0,0 +1,8 @@
+#ifndef _L1L2_INTERFACE_H
+#define _L1L2_INTERFACE_H
+
+int layer2_open(struct osmocom_ms *ms, const char *socket_path);
+int layer2_close(struct osmocom_ms *ms);
+int osmo_send_l1(struct osmocom_ms *ms, struct msgb *msg);
+
+#endif /* _L1L2_INTERFACE_H */