summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-03-11 09:40:56 +0700
committerHarald Welte <laforge@gnumonks.org>2016-03-11 22:05:25 +0700
commit5ffb50371eb4795917ea0ce68b3748b0adc74ec9 (patch)
tree49676c2e45bb35075f07669d0d0bceb077ea27ca /utils
parentc28f4cdd6d4d9155e431775baf5e897f0a388ad3 (diff)
rename osim_file_find_* to osim_file_desc_find_*
they return an osim_file_desc, and not an osim_file, so fix the naming
Diffstat (limited to 'utils')
-rw-r--r--utils/osmo-sim-test.c2
1 files changed, 1 insertions, 1 deletions
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);