blob: 54a2fbf2fe6b7af776e980295b875e77e3911756 [file] [log] [blame]
Harald Weltebb5f3c72014-05-04 13:59:41 +02001#include <sys/types.h>
2#include <osmocom/sim/sim.h>
3
Harald Welte6729a972014-10-26 19:04:56 +01004int osim_int_cprof_add_gsm(struct osim_file_desc *mf);
5int osim_int_cprof_add_telecom(struct osim_file_desc *mf);
Harald Welted54c2ee2012-01-17 18:25:50 +01006
7int gsm_hpplmn_decode(struct osim_decoded_data *dd,
8 const struct osim_file_desc *desc,
9 int len, uint8_t *data);
10
11int gsm_lp_decode(struct osim_decoded_data *dd,
12 const struct osim_file_desc *desc,
13 int len, uint8_t *data);
14
15int gsm_imsi_decode(struct osim_decoded_data *dd,
16 const struct osim_file_desc *desc,
17 int len, uint8_t *data);