From 0a311515c8e851c29bc941b5f5a1971aaec22552 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 4 Sep 2014 09:53:47 +0200 Subject: bsc: On older versions it is still ipaccess_prepend_header This code should compile with older versions of the stack right now. Do not use the new method yet. --- openbsc/src/osmo-bsc/osmo_bsc_msc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3