libosmosim
UNKNOWN
Osmocom SIM library
Toggle main menu visibility
Loading...
Searching...
No Matches
gsm_int.h
Go to the documentation of this file.
1
2
3
#include <sys/types.h>
4
#include <
osmocom/sim/sim.h
>
5
6
int
osim_int_cprof_add_gsm
(
struct
osim_file_desc
*mf);
7
int
osim_int_cprof_add_telecom
(
struct
osim_file_desc
*mf);
8
9
int
gsm_hpplmn_decode
(
struct
osim_decoded_data
*dd,
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);
osim_int_cprof_add_telecom
int osim_int_cprof_add_telecom(struct osim_file_desc *mf)
Definition
card_fs_sim.c:438
gsm_imsi_decode
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
osim_int_cprof_add_gsm
int osim_int_cprof_add_gsm(struct osim_file_desc *mf)
Definition
card_fs_sim.c:417
gsm_hpplmn_decode
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
gsm_lp_decode
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
sim.h
Routines for helping with SIM (ISO/IEC 7816-4 more generally) communication.
osim_decoded_data
Decoded data for a single file, consisting of all decoded elements.
Definition
sim.h:133
osim_file_desc
Definition
sim.h:161
src
sim
gsm_int.h
Generated by
1.17.0