blob: 42ccca722594672243f8c03d6e68a9e918f174a8 [file] [log] [blame]
Neels Hofmeyr17518fe2017-06-20 04:35:06 +02001/*! \file gsm_int.h */
2
Harald Weltebb5f3c72014-05-04 13:59:41 +02003#include <sys/types.h>
4#include <osmocom/sim/sim.h>
5
Harald Welte6729a972014-10-26 19:04:56 +01006int osim_int_cprof_add_gsm(struct osim_file_desc *mf);
7int osim_int_cprof_add_telecom(struct osim_file_desc *mf);
Harald Welted54c2ee2012-01-17 18:25:50 +01008
9int gsm_hpplmn_decode(struct osim_decoded_data *dd,
10 const struct osim_file_desc *desc,
11 int len, uint8_t *data);
12
13int gsm_lp_decode(struct osim_decoded_data *dd,
14 const struct osim_file_desc *desc,
15 int len, uint8_t *data);
16
17int gsm_imsi_decode(struct osim_decoded_data *dd,
18 const struct osim_file_desc *desc,
19 int len, uint8_t *data);