aboutsummaryrefslogtreecommitdiffstats
path: root/src/sim/gsm_int.h
blob: 3abb3e6f2842173c888eae16e64978d6d79590ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);