From 5ffb50371eb4795917ea0ce68b3748b0adc74ec9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 11 Mar 2016 09:40:56 +0700 Subject: rename osim_file_find_* to osim_file_desc_find_* they return an osim_file_desc, and not an osim_file, so fix the naming --- utils/osmo-sim-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/osmo-sim-test.c b/utils/osmo-sim-test.c index d6299e94..e8617484 100644 --- a/utils/osmo-sim-test.c +++ b/utils/osmo-sim-test.c @@ -276,7 +276,7 @@ static struct msgb *try_select_adf_usim(struct osim_chan_hdl *st) /* attach the USIM profile, FIXME: do this based on AID match */ st->card->prof = osim_cprof_usim(st->card); - st->cwd = osim_file_find_name(st->card->prof->mf, "ADF.USIM"); + st->cwd = osim_file_desc_find_name(st->card->prof->mf, "ADF.USIM"); msgb_free(msg); -- cgit v1.2.3