aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-03-20 12:11:03 +0100
committerHarald Welte <laforge@osmocom.org>2020-03-21 16:31:17 +0100
commitbf90d747ad678fd301831b299c12f9de332341f9 (patch)
treec4a7fe8a538b7cf9f3c75ab28a910c12ecbc3c1e /include
parent870f94d0ccc0c64cda1631e7da0bffbe302097a6 (diff)
sim: add osim_file_desc_find_aid()
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sim/sim.h3
1 files changed, 3 insertions, 0 deletions
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
@@ -243,6 +243,9 @@ 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);
struct osim_file_desc *