aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/gsm_04_08.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-12 14:43:27 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:10 +0100
commit292f1ce533e0e93dda1d05b178261fc807c8c0c8 (patch)
tree9ef8003c4ecaed2cfcc437a93c817865cc450202 /openbsc/src/libmsc/gsm_04_08.c
parent23e7f28c5c77a57aad5331c5e27b29e2eccfe7c3 (diff)
mscsplit: fix compilation and comments. move msc_api.h.
Diffstat (limited to 'openbsc/src/libmsc/gsm_04_08.c')
-rw-r--r--openbsc/src/libmsc/gsm_04_08.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbsc/src/libmsc/gsm_04_08.c b/openbsc/src/libmsc/gsm_04_08.c
index 8c4ae063c..f2065836e 100644
--- a/openbsc/src/libmsc/gsm_04_08.c
+++ b/openbsc/src/libmsc/gsm_04_08.c
@@ -63,9 +63,10 @@
#include <osmocom/core/talloc.h>
#include <osmocom/gsm/tlv.h>
+#include <openbsc/msc_ifaces.h>
+
#include <assert.h>
-#include "msc_api.h"
/* These debug statements were removed during the BSC/MSC split. It may make
* sense to replace them with debug statements that do not access BTS data. */
@@ -104,7 +105,7 @@ static int gsm48_conn_sendmsg(struct msgb *msg, struct gsm_subscriber_connection
gh->proto_discr = trans->protocol | (trans->transaction_id << 4);
}
- return msc_submit_dtap(conn, msg);
+ return msc_tx_dtap(conn, msg);
}
int gsm48_cc_tx_notify_ss(struct gsm_trans *trans, const char *message)