blob: c79a0be2c495c40ffa3f03a33b45ac54011620d6 [file] [log] [blame]
Harald Weltebb5f3c72014-05-04 13:59:41 +02001#include <sys/types.h>
2#include <osmocom/sim/sim.h>
3
4const struct osim_file_desc *sim_ef_in_gsm;
5const size_t sim_ef_in_gsm_num;
6
7const struct osim_file_desc *sim_ef_in_graphics;
8const size_t sim_ef_in_graphics_num;
9
10const struct osim_file_desc *sim_ef_in_telecom;
11const size_t sim_ef_in_telecom_num;
Harald Welted54c2ee2012-01-17 18:25:50 +010012
13int gsm_hpplmn_decode(struct osim_decoded_data *dd,
14 const struct osim_file_desc *desc,
15 int len, uint8_t *data);
16
17int gsm_lp_decode(struct osim_decoded_data *dd,
18 const struct osim_file_desc *desc,
19 int len, uint8_t *data);
20
21int gsm_imsi_decode(struct osim_decoded_data *dd,
22 const struct osim_file_desc *desc,
23 int len, uint8_t *data);