aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_ussd.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-20 23:46:40 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-20 23:47:56 +0200
commit4a88a49c0313d2ddc74aa2de1dca28118ee09a27 (patch)
treed8bcbc58cef474ec273831e1160b9d21b3f5fdc2 /openbsc/src/osmo-bsc_nat/bsc_ussd.c
parenteb623019382fdbff36fb8a72052732e225aef67e (diff)
adopt recent IPA related symbol rename
... which happened during recent migration of IPA functionality from libosmo-abis into libosmocore.
Diffstat (limited to 'openbsc/src/osmo-bsc_nat/bsc_ussd.c')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_ussd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_ussd.c b/openbsc/src/osmo-bsc_nat/bsc_ussd.c
index 5f073bf4f..ac5a9f5c5 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_ussd.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_ussd.c
@@ -29,6 +29,7 @@
#include <osmocom/gsm/gsm0480.h>
#include <osmocom/core/talloc.h>
#include <osmocom/gsm/tlv.h>
+#include <osmocom/gsm/ipa.h>
#include <osmocom/sccp/sccp.h>
@@ -140,7 +141,7 @@ static int ussd_read_cb(struct osmo_fd *bfd)
if (msg->l2h[0] == IPAC_MSGT_ID_RESP) {
struct tlv_parsed tvp;
int ret;
- ret = ipaccess_idtag_parse(&tvp,
+ ret = ipa_ccm_idtag_parse(&tvp,
(unsigned char *) msg->l2h + 2,
msgb_l2len(msg) - 2);
if (ret < 0) {