libosmosim 1.11.0.26-c59d.202505122026
Osmocom SIM library
|
Decoded data for a single file, consisting of all decoded elements. More...
#include <sim.h>
Data Fields | |
const struct osim_file * | file |
file to which we belong | |
struct llist_head | decoded_elements |
list of 'struct decoded_element' | |
Decoded data for a single file, consisting of all decoded elements.
struct llist_head osim_decoded_data::decoded_elements |
list of 'struct decoded_element'
Referenced by element_alloc().
const struct osim_file* osim_decoded_data::file |
file to which we belong
Referenced by osim_file_decode().