aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/msc_ifaces.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-23 18:20:12 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-31 16:15:18 +0200
commitc4b9b4edbb63d0dd17e2587f1dd1e7e66041db00 (patch)
treec49b495f6366c77b5d008e8a4064fa399ff6c3bf /openbsc/include/openbsc/msc_ifaces.h
parentb70dfa610d89786aa72a4adb4ffc1ba27a5f8af4 (diff)
mscsplit: rewire MSC gsm0808_submit_dtap() to msc_tx_dtap()
Diffstat (limited to 'openbsc/include/openbsc/msc_ifaces.h')
-rw-r--r--openbsc/include/openbsc/msc_ifaces.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/msc_ifaces.h b/openbsc/include/openbsc/msc_ifaces.h
index 9625c5843..57d16f4e4 100644
--- a/openbsc/include/openbsc/msc_ifaces.h
+++ b/openbsc/include/openbsc/msc_ifaces.h
@@ -28,6 +28,13 @@
/* Each main linkage must implement this function (see comment above). */
extern int iu_tx(struct msgb *msg, uint8_t sapi);
+/* So far this is a dummy implemented in libmsc/a_iface.c. When A-interface
+ * gets implemented, it should be in a separate lib (like libiu), this function
+ * should move there, and the following comment should remain here: "
+ * Each main linkage must implement this function (see comment above).
+ * " */
+extern int a_tx(struct msgb *msg);
+
int msc_tx_dtap(struct gsm_subscriber_connection *conn,
struct msgb *msg);