aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-04 09:53:47 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-04 09:53:47 +0200
commit0a311515c8e851c29bc941b5f5a1971aaec22552 (patch)
tree5dd016c509525cb9d661b562eb06a0caf016e4c2
parent3a02f573966c07a260c0dcffb0a3176a4728711a (diff)
bsc: On older versions it is still ipaccess_prepend_headeron-waves/bsc-0.13.1
This code should compile with older versions of the stack right now. Do not use the new method yet.
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_msc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_msc.c b/openbsc/src/osmo-bsc/osmo_bsc_msc.c
index ffa341482..8cb510e64 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_msc.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_msc.c
@@ -189,7 +189,7 @@ int msc_queue_write_with_ping(struct bsc_msc_connection *conn,
uint8_t val;
/* prepend the header */
- ipa_prepend_header(msg, proto);
+ ipaccess_prepend_header(msg, proto);
if (osmo_wqueue_enqueue(&conn->write_queue, msg) != 0) {
LOGP(DMSC, LOGL_FATAL, "Failed to queue IPA/%d\n", proto);
msgb_free(msg);