libosmosim  1.9.0.20-4ca0f.202311062026
Osmocom SIM library
gsm_int.h
Go to the documentation of this file.
1 
3 #include <sys/types.h>
4 #include <osmocom/sim/sim.h>
5 
8 
10  const struct osim_file_desc *desc,
11  int len, uint8_t *data);
12 
13 int gsm_lp_decode(struct osim_decoded_data *dd,
14  const struct osim_file_desc *desc,
15  int len, uint8_t *data);
16 
17 int gsm_imsi_decode(struct osim_decoded_data *dd,
18  const struct osim_file_desc *desc,
19  int len, uint8_t *data);
int osim_int_cprof_add_telecom(struct osim_file_desc *mf)
Definition: card_fs_sim.c:438
int gsm_imsi_decode(struct osim_decoded_data *dd, const struct osim_file_desc *desc, int len, uint8_t *data)
Definition: card_fs_sim.c:154
int osim_int_cprof_add_gsm(struct osim_file_desc *mf)
Definition: card_fs_sim.c:417
int gsm_hpplmn_decode(struct osim_decoded_data *dd, const struct osim_file_desc *desc, int len, uint8_t *data)
Definition: card_fs_sim.c:222
int gsm_lp_decode(struct osim_decoded_data *dd, const struct osim_file_desc *desc, int len, uint8_t *data)
Definition: card_fs_sim.c:138
Routines for helping with SIM (ISO/IEC 7816-4 more generally) communication.
Decoded data for a single file, consisting of all decoded elements.
Definition: sim.h:133
Definition: sim.h:161