From bf90d747ad678fd301831b299c12f9de332341f9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 20 Mar 2020 12:11:03 +0100 Subject: sim: add osim_file_desc_find_aid() Change-Id: I80468c8c4f4590c262019f42285e8d8fd3444f7f --- include/osmocom/sim/sim.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/osmocom/sim/sim.h b/include/osmocom/sim/sim.h index 8eb3f11a..5440d855 100644 --- a/include/osmocom/sim/sim.h +++ b/include/osmocom/sim/sim.h @@ -242,6 +242,9 @@ struct osim_file { struct osim_file_desc * osim_file_desc_find_name(struct osim_file_desc *parent, const char *name); +struct osim_file_desc * +osim_file_desc_find_aid(struct osim_file_desc *parent, const uint8_t *aid, uint8_t aid_len); + struct osim_file_desc * osim_file_desc_find_fid(struct osim_file_desc *parent, uint16_t fid); -- cgit v1.2.3