aboutsummaryrefslogtreecommitdiffstats
path: root/src/sim/gsm_int.h
blob: c79a0be2c495c40ffa3f03a33b45ac54011620d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#include <sys/types.h>
#include <osmocom/sim/sim.h>

const struct osim_file_desc *sim_ef_in_gsm;
const size_t sim_ef_in_gsm_num;

const struct osim_file_desc *sim_ef_in_graphics;
const size_t sim_ef_in_graphics_num;

const struct osim_file_desc *sim_ef_in_telecom;
const size_t sim_ef_in_telecom_num;

int gsm_hpplmn_decode(struct osim_decoded_data *dd,
		     const struct osim_file_desc *desc,
		     int len, uint8_t *data);

int gsm_lp_decode(struct osim_decoded_data *dd,
		 const struct osim_file_desc *desc,
		 int len, uint8_t *data);

int gsm_imsi_decode(struct osim_decoded_data *dd,
		   const struct osim_file_desc *desc,
		   int len, uint8_t *data);